Shades of Forest Green #208A01
Tints of Forest Green #208A01
RGB
CMYK
RGB Variations
Color information
#208A01 (or 0x208A01) is known color: Forest Green. HEX triplet: 20, 8A and 01. RGB value is (32,138,1). Sum of RGB (Red+Green+Blue) = 32+138+1=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 138 (54.30% from 255 or 80.70% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 138 - color contains mainly: green. Hex color #208A01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208A01 is #DF75FE. Grayscale: #5B5B5B. Windows color (decimal): -14644735 or 100896. OLE color: 100896.
HSL color Cylindrical-coordinate representation of color #208A01: hue angle of 106.42º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #208A01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.46 |
| HSL | 106.42º | 0.99% | 0.27% | - |
| HSV(B) | 106.42º | 0.99% | 0.54% | - |
| XYZ | 9.69 | 18.49 | 3.09 | - |
| YUV | 90.69 | 77.38 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 1 | 0.77 | 0 | 0.99 | 0.46 | 106.42 | 0.99 | 0.27 |
| Hex | 20 | 8A | 1 | 4D | 0 | 63 | 2E | 6A | 63 | 1B |
| Octal | 40 | 212 | 1 | 115 | 0 | 143 | 56 | 152 | 143 | 33 |
| Binary | 100000 | 10001010 | 1 | 1001101 | 0 | 1100011 | 101110 | 1101010 | 1100011 | 11011 |
Color Harmonies of #208A01
Complementary color
Monochromatic Colors of #208A01
Black with #208A01
Text Example
Text Example
White with #208A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A01; }
p { color: rgb(32,138,1); }
H1.HeaderClassName
{
color: #208A01;
}
.AnyTagClassName
{
color: #208A01;
}
</style>
background-color css
<style>
a { background-color: #208A01; }
a { background-color: rgb(32,138,1); }
div.DivClassName
{
background-color: #208A01;
}
.BgClassName
{
background-color: #208A01;
}
</style>
border-color css
<style>
span { border-color: #208A01; }
span { border-color: rgb(32,138,1); }
td.TdClassName
{
border-color: #208A01;
}
.TagClassName
{
border-color: #208A01;
}
</style>