Shades of Elf Green #229069
Tints of Elf Green #229069
RGB
CMYK
RGB Variations
Color information
#229069 (or 0x229069) is known color: Elf Green. HEX triplet: 22, 90 and 69. RGB value is (34,144,105). Sum of RGB (Red+Green+Blue) = 34+144+105=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #229069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229069 is #DD6F96. Grayscale: #6A6A6A. Windows color (decimal): -14512023 or 6918178. OLE color: 6918178.
HSL color Cylindrical-coordinate representation of color #229069: hue angle of 158.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229069 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 105 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.44 |
| HSL | 158.73º | 0.62% | 0.35% | - |
| HSV(B) | 158.73º | 0.76% | 0.56% | - |
| XYZ | 13.18 | 21.31 | 16.78 | - |
| YUV | 106.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 105 | 0.76 | 0 | 0.27 | 0.44 | 158.73 | 0.62 | 0.35 |
| Hex | 22 | 90 | 69 | 4C | 0 | 1B | 2C | 9F | 3E | 23 |
| Octal | 42 | 220 | 151 | 114 | 0 | 33 | 54 | 237 | 76 | 43 |
| Binary | 100010 | 10010000 | 1101001 | 1001100 | 0 | 11011 | 101100 | 10011111 | 111110 | 100011 |
Color Harmonies of #229069
Complementary color
Monochromatic Colors of #229069
Black with #229069
Text Example
Text Example
White with #229069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229069; }
p { color: rgb(34,144,105); }
H1.HeaderClassName
{
color: #229069;
}
.AnyTagClassName
{
color: #229069;
}
</style>
background-color css
<style>
a { background-color: #229069; }
a { background-color: rgb(34,144,105); }
div.DivClassName
{
background-color: #229069;
}
.BgClassName
{
background-color: #229069;
}
</style>
border-color css
<style>
span { border-color: #229069; }
span { border-color: rgb(34,144,105); }
td.TdClassName
{
border-color: #229069;
}
.TagClassName
{
border-color: #229069;
}
</style>