Shades of Elf Green #229969
Tints of Elf Green #229969
RGB
CMYK
RGB Variations
Color information
#229969 (or 0x229969) is known color: Elf Green. HEX triplet: 22, 99 and 69. RGB value is (34,153,105). Sum of RGB (Red+Green+Blue) = 34+153+105=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #229969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229969 is #DD6696. Grayscale: #707070. Windows color (decimal): -14509719 or 6920482. OLE color: 6920482.
HSL color Cylindrical-coordinate representation of color #229969: hue angle of 155.8º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229969 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 105 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.4 |
| HSL | 155.8º | 0.64% | 0.37% | - |
| HSV(B) | 155.8º | 0.78% | 0.6% | - |
| XYZ | 14.6 | 24.14 | 17.26 | - |
| YUV | 111.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 105 | 0.78 | 0 | 0.31 | 0.4 | 155.8 | 0.64 | 0.37 |
| Hex | 22 | 99 | 69 | 4E | 0 | 1F | 28 | 9C | 40 | 25 |
| Octal | 42 | 231 | 151 | 116 | 0 | 37 | 50 | 234 | 100 | 45 |
| Binary | 100010 | 10011001 | 1101001 | 1001110 | 0 | 11111 | 101000 | 10011100 | 1000000 | 100101 |
Color Harmonies of #229969
Complementary color
Monochromatic Colors of #229969
Black with #229969
Text Example
Text Example
White with #229969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229969; }
p { color: rgb(34,153,105); }
H1.HeaderClassName
{
color: #229969;
}
.AnyTagClassName
{
color: #229969;
}
</style>
background-color css
<style>
a { background-color: #229969; }
a { background-color: rgb(34,153,105); }
div.DivClassName
{
background-color: #229969;
}
.BgClassName
{
background-color: #229969;
}
</style>
border-color css
<style>
span { border-color: #229969; }
span { border-color: rgb(34,153,105); }
td.TdClassName
{
border-color: #229969;
}
.TagClassName
{
border-color: #229969;
}
</style>