color details

Color Details
#297d4e Color Hex

#297d4e color RGB value is (2, 151, 212).
#297d4e hex color red value is 2, green value is 151, and blue value is 212.
Cylindrical-coordinate representations (HSL) of color #297d4e hue: 197.43, saturation: 0.98 and lightness: 0.42.

The process color (four-color CMYK) of #297d4e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #297d4e is #ff9999. Color #297d4e contains mainly RED.

Color Spaces
Color spaces of #297d4eValue
RGB41, 125, 78
HSL0.41, 0.51, 0.33
HSV146°, 67°, 49°
XYZ9.62, 15.69, 9.73
Base Numbers
Base Red Green Blue
Binary 101001 1111101 1001110
Octal 51 175 116
Decimal 41 125 78
Hex 29 7D 4E

RGB Percentages for Color #297d4e

16.8%
51.23%
31.97%

CMYK Percentages of the Color #297d4e

67.2%
37.6%
50.98%
CSS Codes for Color #297d4e
.mybgColor {background-color: #297d4e;}
.myforeColor {color: #297d4e;}
.myborderColor {border:3px solid #297d4e;}
Text Font Color #297d4e

<p style="color:#297d4e">Text here</p>

This sample text is styled with the font color #297d4e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #297d4e

<div style="background-color:#297d4e">Div content here</div>

The background color of this div is #297d4e
Border Color #297d4e

<div style="border:3px solid #297d4e">Div here</div>

The border color of this div is #297d4e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(41, 125, 78, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #297d4e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #297d4e;
-webkit-box-shadow: 1px 1px 3px #297d4e;
box-shadow: 1px 1px 3px #297d4e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41, 125, 78, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #297d4e;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #297d4e; -webkit-box-shadow: 1px 1px 3px #297d4e; box-shadow: 1px 1px 3px #297d4e;">Div content here</div>

This div box has a shadow with a specified color. #297d4e

Scroll to Top