Shades of Elf Green #229665
Tints of Elf Green #229665
RGB
CMYK
RGB Variations
Color information
#229665 (or 0x229665) is known color: Elf Green. HEX triplet: 22, 96 and 65. RGB value is (34,150,101). Sum of RGB (Red+Green+Blue) = 34+150+101=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #229665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229665 is #DD699A. Grayscale: #6D6D6D. Windows color (decimal): -14510491 or 6657570. OLE color: 6657570.
HSL color Cylindrical-coordinate representation of color #229665: hue angle of 154.66º 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 #229665 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 101 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.41 |
| HSL | 154.66º | 0.63% | 0.36% | - |
| HSV(B) | 154.66º | 0.77% | 0.59% | - |
| XYZ | 13.92 | 23.09 | 16.04 | - |
| YUV | 109.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 101 | 0.77 | 0 | 0.33 | 0.41 | 154.66 | 0.63 | 0.36 |
| Hex | 22 | 96 | 65 | 4D | 0 | 21 | 29 | 9B | 3F | 24 |
| Octal | 42 | 226 | 145 | 115 | 0 | 41 | 51 | 233 | 77 | 44 |
| Binary | 100010 | 10010110 | 1100101 | 1001101 | 0 | 100001 | 101001 | 10011011 | 111111 | 100100 |
Color Harmonies of #229665
Complementary color
Monochromatic Colors of #229665
Black with #229665
Text Example
Text Example
White with #229665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229665; }
p { color: rgb(34,150,101); }
H1.HeaderClassName
{
color: #229665;
}
.AnyTagClassName
{
color: #229665;
}
</style>
background-color css
<style>
a { background-color: #229665; }
a { background-color: rgb(34,150,101); }
div.DivClassName
{
background-color: #229665;
}
.BgClassName
{
background-color: #229665;
}
</style>
border-color css
<style>
span { border-color: #229665; }
span { border-color: rgb(34,150,101); }
td.TdClassName
{
border-color: #229665;
}
.TagClassName
{
border-color: #229665;
}
</style>