Shades of Elf Green #219068
Tints of Elf Green #219068
RGB
CMYK
RGB Variations
Color information
#219068 (or 0x219068) is known color: Elf Green. HEX triplet: 21, 90 and 68. RGB value is (33,144,104). Sum of RGB (Red+Green+Blue) = 33+144+104=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #219068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219068 is #DE6F97. Grayscale: #6A6A6A. Windows color (decimal): -14577560 or 6852641. OLE color: 6852641.
HSL color Cylindrical-coordinate representation of color #219068: hue angle of 158.38º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219068 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 104 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.44 |
| HSL | 158.38º | 0.63% | 0.35% | - |
| HSV(B) | 158.38º | 0.77% | 0.56% | - |
| XYZ | 13.1 | 21.27 | 16.51 | - |
| YUV | 106.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 104 | 0.77 | 0 | 0.28 | 0.44 | 158.38 | 0.63 | 0.35 |
| Hex | 21 | 90 | 68 | 4D | 0 | 1C | 2C | 9E | 3F | 23 |
| Octal | 41 | 220 | 150 | 115 | 0 | 34 | 54 | 236 | 77 | 43 |
| Binary | 100001 | 10010000 | 1101000 | 1001101 | 0 | 11100 | 101100 | 10011110 | 111111 | 100011 |
Color Harmonies of #219068
Complementary color
Monochromatic Colors of #219068
Black with #219068
Text Example
Text Example
White with #219068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219068; }
p { color: rgb(33,144,104); }
H1.HeaderClassName
{
color: #219068;
}
.AnyTagClassName
{
color: #219068;
}
</style>
background-color css
<style>
a { background-color: #219068; }
a { background-color: rgb(33,144,104); }
div.DivClassName
{
background-color: #219068;
}
.BgClassName
{
background-color: #219068;
}
</style>
border-color css
<style>
span { border-color: #219068; }
span { border-color: rgb(33,144,104); }
td.TdClassName
{
border-color: #219068;
}
.TagClassName
{
border-color: #219068;
}
</style>