Shades of Elf Green #229267
Tints of Elf Green #229267
RGB
CMYK
RGB Variations
Color information
#229267 (or 0x229267) is known color: Elf Green. HEX triplet: 22, 92 and 67. RGB value is (34,146,103). Sum of RGB (Red+Green+Blue) = 34+146+103=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #229267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229267 is #DD6D98. Grayscale: #6B6B6B. Windows color (decimal): -14511513 or 6787618. OLE color: 6787618.
HSL color Cylindrical-coordinate representation of color #229267: hue angle of 156.96º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229267 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 146 | 103 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.43 |
| HSL | 156.96º | 0.62% | 0.35% | - |
| HSV(B) | 156.96º | 0.77% | 0.57% | - |
| XYZ | 13.39 | 21.88 | 16.35 | - |
| YUV | 107.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 103 | 0.77 | 0 | 0.29 | 0.43 | 156.96 | 0.62 | 0.35 |
| Hex | 22 | 92 | 67 | 4D | 0 | 1D | 2B | 9D | 3E | 23 |
| Octal | 42 | 222 | 147 | 115 | 0 | 35 | 53 | 235 | 76 | 43 |
| Binary | 100010 | 10010010 | 1100111 | 1001101 | 0 | 11101 | 101011 | 10011101 | 111110 | 100011 |
Color Harmonies of #229267
Complementary color
Monochromatic Colors of #229267
Black with #229267
Text Example
Text Example
White with #229267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229267; }
p { color: rgb(34,146,103); }
H1.HeaderClassName
{
color: #229267;
}
.AnyTagClassName
{
color: #229267;
}
</style>
background-color css
<style>
a { background-color: #229267; }
a { background-color: rgb(34,146,103); }
div.DivClassName
{
background-color: #229267;
}
.BgClassName
{
background-color: #229267;
}
</style>
border-color css
<style>
span { border-color: #229267; }
span { border-color: rgb(34,146,103); }
td.TdClassName
{
border-color: #229267;
}
.TagClassName
{
border-color: #229267;
}
</style>