Shades of Forest Green #208F14
Tints of Forest Green #208F14
RGB
CMYK
RGB Variations
Color information
#208F14 (or 0x208F14) is known color: Forest Green. HEX triplet: 20, 8F and 14. RGB value is (32,143,20). Sum of RGB (Red+Green+Blue) = 32+143+20=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #208F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208F14 is #DF70EB. Grayscale: #606060. Windows color (decimal): -14643436 or 1347360. OLE color: 1347360.
HSL color Cylindrical-coordinate representation of color #208F14: hue angle of 114.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208F14 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 143 | 20 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.44 |
| HSL | 114.15º | 0.75% | 0.32% | - |
| HSV(B) | 114.15º | 0.86% | 0.56% | - |
| XYZ | 10.54 | 20 | 3.97 | - |
| YUV | 95.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 20 | 0.78 | 0 | 0.86 | 0.44 | 114.15 | 0.75 | 0.32 |
| Hex | 20 | 8F | 14 | 4E | 0 | 56 | 2C | 72 | 4B | 20 |
| Octal | 40 | 217 | 24 | 116 | 0 | 126 | 54 | 162 | 113 | 40 |
| Binary | 100000 | 10001111 | 10100 | 1001110 | 0 | 1010110 | 101100 | 1110010 | 1001011 | 100000 |
Color Harmonies of #208F14
Complementary color
Monochromatic Colors of #208F14
Black with #208F14
Text Example
Text Example
White with #208F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F14; }
p { color: rgb(32,143,20); }
H1.HeaderClassName
{
color: #208F14;
}
.AnyTagClassName
{
color: #208F14;
}
</style>
background-color css
<style>
a { background-color: #208F14; }
a { background-color: rgb(32,143,20); }
div.DivClassName
{
background-color: #208F14;
}
.BgClassName
{
background-color: #208F14;
}
</style>
border-color css
<style>
span { border-color: #208F14; }
span { border-color: rgb(32,143,20); }
td.TdClassName
{
border-color: #208F14;
}
.TagClassName
{
border-color: #208F14;
}
</style>