Shades of Elf Green #229872
Tints of Elf Green #229872
RGB
CMYK
RGB Variations
Color information
#229872 (or 0x229872) is known color: Elf Green. HEX triplet: 22, 98 and 72. RGB value is (34,152,114). Sum of RGB (Red+Green+Blue) = 34+152+114=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #229872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229872 is #DD678D. Grayscale: #707070. Windows color (decimal): -14509966 or 7510050. OLE color: 7510050.
HSL color Cylindrical-coordinate representation of color #229872: hue angle of 160.68º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229872 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 114 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.40 |
| HSL | 160.68º | 0.63% | 0.36% | - |
| HSV(B) | 160.68º | 0.78% | 0.6% | - |
| XYZ | 14.93 | 24.01 | 19.77 | - |
| YUV | 112.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 114 | 0.78 | 0 | 0.25 | 0.40 | 160.68 | 0.63 | 0.36 |
| Hex | 22 | 98 | 72 | 4E | 0 | 19 | 28 | A1 | 3F | 24 |
| Octal | 42 | 230 | 162 | 116 | 0 | 31 | 50 | 241 | 77 | 44 |
| Binary | 100010 | 10011000 | 1110010 | 1001110 | 0 | 11001 | 101000 | 10100001 | 111111 | 100100 |
Color Harmonies of #229872
Complementary color
Monochromatic Colors of #229872
Black with #229872
Text Example
Text Example
White with #229872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229872; }
p { color: rgb(34,152,114); }
H1.HeaderClassName
{
color: #229872;
}
.AnyTagClassName
{
color: #229872;
}
</style>
background-color css
<style>
a { background-color: #229872; }
a { background-color: rgb(34,152,114); }
div.DivClassName
{
background-color: #229872;
}
.BgClassName
{
background-color: #229872;
}
</style>
border-color css
<style>
span { border-color: #229872; }
span { border-color: rgb(34,152,114); }
td.TdClassName
{
border-color: #229872;
}
.TagClassName
{
border-color: #229872;
}
</style>