Shades of Elf Green #219269
Tints of Elf Green #219269
RGB
CMYK
RGB Variations
Color information
#219269 (or 0x219269) is known color: Elf Green. HEX triplet: 21, 92 and 69. RGB value is (33,146,105). Sum of RGB (Red+Green+Blue) = 33+146+105=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #219269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219269 is #DE6D96. Grayscale: #6B6B6B. Windows color (decimal): -14577047 or 6918689. OLE color: 6918689.
HSL color Cylindrical-coordinate representation of color #219269: hue angle of 158.23º degrees, saturation: 0.63, 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 #219269 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 105 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.43 |
| HSL | 158.23º | 0.63% | 0.35% | - |
| HSV(B) | 158.23º | 0.77% | 0.57% | - |
| XYZ | 13.46 | 21.9 | 16.88 | - |
| YUV | 107.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 105 | 0.77 | 0 | 0.28 | 0.43 | 158.23 | 0.63 | 0.35 |
| Hex | 21 | 92 | 69 | 4D | 0 | 1C | 2B | 9E | 3F | 23 |
| Octal | 41 | 222 | 151 | 115 | 0 | 34 | 53 | 236 | 77 | 43 |
| Binary | 100001 | 10010010 | 1101001 | 1001101 | 0 | 11100 | 101011 | 10011110 | 111111 | 100011 |
Color Harmonies of #219269
Complementary color
Monochromatic Colors of #219269
Black with #219269
Text Example
Text Example
White with #219269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219269; }
p { color: rgb(33,146,105); }
H1.HeaderClassName
{
color: #219269;
}
.AnyTagClassName
{
color: #219269;
}
</style>
background-color css
<style>
a { background-color: #219269; }
a { background-color: rgb(33,146,105); }
div.DivClassName
{
background-color: #219269;
}
.BgClassName
{
background-color: #219269;
}
</style>
border-color css
<style>
span { border-color: #219269; }
span { border-color: rgb(33,146,105); }
td.TdClassName
{
border-color: #219269;
}
.TagClassName
{
border-color: #219269;
}
</style>