#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 of #297d4e | Value |
|---|---|
| RGB | 41, 125, 78 |
| HSL | 0.41, 0.51, 0.33 |
| HSV | 146°, 67°, 49° |
| XYZ | 9.62, 15.69, 9.73 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 101001 | 1111101 | 1001110 |
| Octal | 51 | 175 | 116 |
| Decimal | 41 | 125 | 78 |
| Hex | 29 | 7D | 4E |
Shades of #297d4e
Tints of #297d4e
.mybgColor {background-color: #297d4e;}
.myforeColor {color: #297d4e;}
.myborderColor {border:3px solid #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,
<div style="background-color:#297d4e">Div content here</div>
<div style="border:3px solid #297d4e">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(41, 125, 78, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #297d4e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
