Shades of Elf Green #208F74
Tints of Elf Green #208F74
RGB
CMYK
RGB Variations
Color information
#208F74 (or 0x208F74) is known color: Elf Green. HEX triplet: 20, 8F and 74. RGB value is (32,143,116). Sum of RGB (Red+Green+Blue) = 32+143+116=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #208F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208F74 is #DF708B. Grayscale: #6A6A6A. Windows color (decimal): -14643340 or 7638816. OLE color: 7638816.
HSL color Cylindrical-coordinate representation of color #208F74: hue angle of 165.41º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208F74 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 143 | 116 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.44 |
| HSL | 165.41º | 0.63% | 0.34% | - |
| HSV(B) | 165.41º | 0.78% | 0.56% | - |
| XYZ | 13.57 | 21.21 | 19.9 | - |
| YUV | 106.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 116 | 0.78 | 0 | 0.19 | 0.44 | 165.41 | 0.63 | 0.34 |
| Hex | 20 | 8F | 74 | 4E | 0 | 13 | 2C | A5 | 3F | 22 |
| Octal | 40 | 217 | 164 | 116 | 0 | 23 | 54 | 245 | 77 | 42 |
| Binary | 100000 | 10001111 | 1110100 | 1001110 | 0 | 10011 | 101100 | 10100101 | 111111 | 100010 |
Color Harmonies of #208F74
Complementary color
Monochromatic Colors of #208F74
Black with #208F74
Text Example
Text Example
White with #208F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F74; }
p { color: rgb(32,143,116); }
H1.HeaderClassName
{
color: #208F74;
}
.AnyTagClassName
{
color: #208F74;
}
</style>
background-color css
<style>
a { background-color: #208F74; }
a { background-color: rgb(32,143,116); }
div.DivClassName
{
background-color: #208F74;
}
.BgClassName
{
background-color: #208F74;
}
</style>
border-color css
<style>
span { border-color: #208F74; }
span { border-color: rgb(32,143,116); }
td.TdClassName
{
border-color: #208F74;
}
.TagClassName
{
border-color: #208F74;
}
</style>