Shades of Elf Green #299972
Tints of Elf Green #299972
RGB
CMYK
RGB Variations
Color information
#299972 (or 0x299972) is known color: Elf Green. HEX triplet: 29, 99 and 72. RGB value is (41,153,114). Sum of RGB (Red+Green+Blue) = 41+153+114=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #299972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299972 is #D6668D. Grayscale: #737373. Windows color (decimal): -14050958 or 7510313. OLE color: 7510313.
HSL color Cylindrical-coordinate representation of color #299972: hue angle of 159.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299972 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 114 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.4 |
| HSL | 159.11º | 0.58% | 0.38% | - |
| HSV(B) | 159.11º | 0.73% | 0.6% | - |
| XYZ | 15.34 | 24.47 | 19.83 | - |
| YUV | 115.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 114 | 0.73 | 0 | 0.25 | 0.4 | 159.11 | 0.58 | 0.38 |
| Hex | 29 | 99 | 72 | 49 | 0 | 19 | 28 | 9F | 3A | 26 |
| Octal | 51 | 231 | 162 | 111 | 0 | 31 | 50 | 237 | 72 | 46 |
| Binary | 101001 | 10011001 | 1110010 | 1001001 | 0 | 11001 | 101000 | 10011111 | 111010 | 100110 |
Color Harmonies of #299972
Complementary color
Monochromatic Colors of #299972
Black with #299972
Text Example
Text Example
White with #299972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299972; }
p { color: rgb(41,153,114); }
H1.HeaderClassName
{
color: #299972;
}
.AnyTagClassName
{
color: #299972;
}
</style>
background-color css
<style>
a { background-color: #299972; }
a { background-color: rgb(41,153,114); }
div.DivClassName
{
background-color: #299972;
}
.BgClassName
{
background-color: #299972;
}
</style>
border-color css
<style>
span { border-color: #299972; }
span { border-color: rgb(41,153,114); }
td.TdClassName
{
border-color: #299972;
}
.TagClassName
{
border-color: #299972;
}
</style>