Shades of Elf Green #229666
Tints of Elf Green #229666
RGB
CMYK
RGB Variations
Color information
#229666 (or 0x229666) is known color: Elf Green. HEX triplet: 22, 96 and 66. RGB value is (34,150,102). Sum of RGB (Red+Green+Blue) = 34+150+102=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #229666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229666 is #DD6999. Grayscale: #6D6D6D. Windows color (decimal): -14510490 or 6723106. OLE color: 6723106.
HSL color Cylindrical-coordinate representation of color #229666: hue angle of 155.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229666 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 102 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.41 |
| HSL | 155.17º | 0.63% | 0.36% | - |
| HSV(B) | 155.17º | 0.77% | 0.59% | - |
| XYZ | 13.96 | 23.11 | 16.3 | - |
| YUV | 109.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 102 | 0.77 | 0 | 0.32 | 0.41 | 155.17 | 0.63 | 0.36 |
| Hex | 22 | 96 | 66 | 4D | 0 | 20 | 29 | 9B | 3F | 24 |
| Octal | 42 | 226 | 146 | 115 | 0 | 40 | 51 | 233 | 77 | 44 |
| Binary | 100010 | 10010110 | 1100110 | 1001101 | 0 | 100000 | 101001 | 10011011 | 111111 | 100100 |
Color Harmonies of #229666
Complementary color
Monochromatic Colors of #229666
Black with #229666
Text Example
Text Example
White with #229666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229666; }
p { color: rgb(34,150,102); }
H1.HeaderClassName
{
color: #229666;
}
.AnyTagClassName
{
color: #229666;
}
</style>
background-color css
<style>
a { background-color: #229666; }
a { background-color: rgb(34,150,102); }
div.DivClassName
{
background-color: #229666;
}
.BgClassName
{
background-color: #229666;
}
</style>
border-color css
<style>
span { border-color: #229666; }
span { border-color: rgb(34,150,102); }
td.TdClassName
{
border-color: #229666;
}
.TagClassName
{
border-color: #229666;
}
</style>