Shades of Elf Green #299B72
Tints of Elf Green #299B72
RGB
CMYK
RGB Variations
Color information
#299B72 (or 0x299B72) is known color: Elf Green. HEX triplet: 29, 9B and 72. RGB value is (41,155,114). Sum of RGB (Red+Green+Blue) = 41+155+114=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #299B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B72 is #D6648D. Grayscale: #747474. Windows color (decimal): -14050446 or 7510825. OLE color: 7510825.
HSL color Cylindrical-coordinate representation of color #299B72: hue angle of 158.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B72 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 114 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.39 |
| HSL | 158.42º | 0.58% | 0.38% | - |
| HSV(B) | 158.42º | 0.74% | 0.61% | - |
| XYZ | 15.67 | 25.13 | 19.94 | - |
| YUV | 116.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 114 | 0.74 | 0 | 0.26 | 0.39 | 158.42 | 0.58 | 0.38 |
| Hex | 29 | 9B | 72 | 4A | 0 | 1A | 27 | 9E | 3A | 26 |
| Octal | 51 | 233 | 162 | 112 | 0 | 32 | 47 | 236 | 72 | 46 |
| Binary | 101001 | 10011011 | 1110010 | 1001010 | 0 | 11010 | 100111 | 10011110 | 111010 | 100110 |
Color Harmonies of #299B72
Complementary color
Monochromatic Colors of #299B72
Black with #299B72
Text Example
Text Example
White with #299B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B72; }
p { color: rgb(41,155,114); }
H1.HeaderClassName
{
color: #299B72;
}
.AnyTagClassName
{
color: #299B72;
}
</style>
background-color css
<style>
a { background-color: #299B72; }
a { background-color: rgb(41,155,114); }
div.DivClassName
{
background-color: #299B72;
}
.BgClassName
{
background-color: #299B72;
}
</style>
border-color css
<style>
span { border-color: #299B72; }
span { border-color: rgb(41,155,114); }
td.TdClassName
{
border-color: #299B72;
}
.TagClassName
{
border-color: #299B72;
}
</style>