Shades of Forest Green #20851F
Tints of Forest Green #20851F
RGB
CMYK
RGB Variations
Color information
#20851F (or 0x20851F) is known color: Forest Green. HEX triplet: 20, 85 and 1F. RGB value is (32,133,31). Sum of RGB (Red+Green+Blue) = 32+133+31=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #20851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20851F is #DF7AE0. Grayscale: #5B5B5B. Windows color (decimal): -14645985 or 2065696. OLE color: 2065696.
HSL color Cylindrical-coordinate representation of color #20851F: hue angle of 119.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20851F is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 31 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.48 |
| HSL | 119.41º | 0.62% | 0.32% | - |
| HSV(B) | 119.41º | 0.77% | 0.52% | - |
| XYZ | 9.23 | 17.18 | 4.13 | - |
| YUV | 91.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 31 | 0.76 | 0 | 0.77 | 0.48 | 119.41 | 0.62 | 0.32 |
| Hex | 20 | 85 | 1F | 4C | 0 | 4D | 30 | 77 | 3E | 20 |
| Octal | 40 | 205 | 37 | 114 | 0 | 115 | 60 | 167 | 76 | 40 |
| Binary | 100000 | 10000101 | 11111 | 1001100 | 0 | 1001101 | 110000 | 1110111 | 111110 | 100000 |
Color Harmonies of #20851F
Complementary color
Monochromatic Colors of #20851F
Black with #20851F
Text Example
Text Example
White with #20851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20851F; }
p { color: rgb(32,133,31); }
H1.HeaderClassName
{
color: #20851F;
}
.AnyTagClassName
{
color: #20851F;
}
</style>
background-color css
<style>
a { background-color: #20851F; }
a { background-color: rgb(32,133,31); }
div.DivClassName
{
background-color: #20851F;
}
.BgClassName
{
background-color: #20851F;
}
</style>
border-color css
<style>
span { border-color: #20851F; }
span { border-color: rgb(32,133,31); }
td.TdClassName
{
border-color: #20851F;
}
.TagClassName
{
border-color: #20851F;
}
</style>