Shades of Elf Green #208B5F
Tints of Elf Green #208B5F
RGB
CMYK
RGB Variations
Color information
#208B5F (or 0x208B5F) is known color: Elf Green. HEX triplet: 20, 8B and 5F. RGB value is (32,139,95). Sum of RGB (Red+Green+Blue) = 32+139+95=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #208B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B5F is #DF74A0. Grayscale: #666666. Windows color (decimal): -14644385 or 6261536. OLE color: 6261536.
HSL color Cylindrical-coordinate representation of color #208B5F: hue angle of 155.33º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B5F is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 95 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.45 |
| HSL | 155.33º | 0.63% | 0.34% | - |
| HSV(B) | 155.33º | 0.77% | 0.55% | - |
| XYZ | 11.89 | 19.6 | 13.98 | - |
| YUV | 101.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 95 | 0.77 | 0 | 0.32 | 0.45 | 155.33 | 0.63 | 0.34 |
| Hex | 20 | 8B | 5F | 4D | 0 | 20 | 2D | 9B | 3F | 22 |
| Octal | 40 | 213 | 137 | 115 | 0 | 40 | 55 | 233 | 77 | 42 |
| Binary | 100000 | 10001011 | 1011111 | 1001101 | 0 | 100000 | 101101 | 10011011 | 111111 | 100010 |
Color Harmonies of #208B5F
Complementary color
Monochromatic Colors of #208B5F
Black with #208B5F
Text Example
Text Example
White with #208B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B5F; }
p { color: rgb(32,139,95); }
H1.HeaderClassName
{
color: #208B5F;
}
.AnyTagClassName
{
color: #208B5F;
}
</style>
background-color css
<style>
a { background-color: #208B5F; }
a { background-color: rgb(32,139,95); }
div.DivClassName
{
background-color: #208B5F;
}
.BgClassName
{
background-color: #208B5F;
}
</style>
border-color css
<style>
span { border-color: #208B5F; }
span { border-color: rgb(32,139,95); }
td.TdClassName
{
border-color: #208B5F;
}
.TagClassName
{
border-color: #208B5F;
}
</style>