Shades of Forest Green #208F15
Tints of Forest Green #208F15
RGB
CMYK
RGB Variations
Color information
#208F15 (or 0x208F15) is known color: Forest Green. HEX triplet: 20, 8F and 15. RGB value is (32,143,21). Sum of RGB (Red+Green+Blue) = 32+143+21=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 143 (56.25% from 255 or 72.96% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 143 - color contains mainly: green. Hex color #208F15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208F15 is #DF70EA. Grayscale: #606060. Windows color (decimal): -14643435 or 1412896. OLE color: 1412896.
HSL color Cylindrical-coordinate representation of color #208F15: hue angle of 114.59º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208F15 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 143 | 21 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.44 |
| HSL | 114.59º | 0.74% | 0.32% | - |
| HSV(B) | 114.59º | 0.85% | 0.56% | - |
| XYZ | 10.55 | 20.01 | 4.01 | - |
| YUV | 95.9 | 85.73 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 21 | 0.78 | 0 | 0.85 | 0.44 | 114.59 | 0.74 | 0.32 |
| Hex | 20 | 8F | 15 | 4E | 0 | 55 | 2C | 73 | 4A | 20 |
| Octal | 40 | 217 | 25 | 116 | 0 | 125 | 54 | 163 | 112 | 40 |
| Binary | 100000 | 10001111 | 10101 | 1001110 | 0 | 1010101 | 101100 | 1110011 | 1001010 | 100000 |
Color Harmonies of #208F15
Complementary color
Monochromatic Colors of #208F15
Black with #208F15
Text Example
Text Example
White with #208F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208F15; }
p { color: rgb(32,143,21); }
H1.HeaderClassName
{
color: #208F15;
}
.AnyTagClassName
{
color: #208F15;
}
</style>
background-color css
<style>
a { background-color: #208F15; }
a { background-color: rgb(32,143,21); }
div.DivClassName
{
background-color: #208F15;
}
.BgClassName
{
background-color: #208F15;
}
</style>
border-color css
<style>
span { border-color: #208F15; }
span { border-color: rgb(32,143,21); }
td.TdClassName
{
border-color: #208F15;
}
.TagClassName
{
border-color: #208F15;
}
</style>