Shades of Elf Green #219B74
Tints of Elf Green #219B74
RGB
CMYK
RGB Variations
Color information
#219B74 (or 0x219B74) is known color: Elf Green. HEX triplet: 21, 9B and 74. RGB value is (33,155,116). Sum of RGB (Red+Green+Blue) = 33+155+116=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #219B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B74 is #DE648B. Grayscale: #727272. Windows color (decimal): -14574732 or 7641889. OLE color: 7641889.
HSL color Cylindrical-coordinate representation of color #219B74: hue angle of 160.82º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B74 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 155 | 116 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.39 |
| HSL | 160.82º | 0.65% | 0.37% | - |
| HSV(B) | 160.82º | 0.79% | 0.61% | - |
| XYZ | 15.5 | 25.03 | 20.54 | - |
| YUV | 114.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 116 | 0.79 | 0 | 0.25 | 0.39 | 160.82 | 0.65 | 0.37 |
| Hex | 21 | 9B | 74 | 4F | 0 | 19 | 27 | A1 | 41 | 25 |
| Octal | 41 | 233 | 164 | 117 | 0 | 31 | 47 | 241 | 101 | 45 |
| Binary | 100001 | 10011011 | 1110100 | 1001111 | 0 | 11001 | 100111 | 10100001 | 1000001 | 100101 |
Color Harmonies of #219B74
Complementary color
Monochromatic Colors of #219B74
Black with #219B74
Text Example
Text Example
White with #219B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B74; }
p { color: rgb(33,155,116); }
H1.HeaderClassName
{
color: #219B74;
}
.AnyTagClassName
{
color: #219B74;
}
</style>
background-color css
<style>
a { background-color: #219B74; }
a { background-color: rgb(33,155,116); }
div.DivClassName
{
background-color: #219B74;
}
.BgClassName
{
background-color: #219B74;
}
</style>
border-color css
<style>
span { border-color: #219B74; }
span { border-color: rgb(33,155,116); }
td.TdClassName
{
border-color: #219B74;
}
.TagClassName
{
border-color: #219B74;
}
</style>