Shades of Forest Green #20751F
Tints of Forest Green #20751F
RGB
CMYK
RGB Variations
Color information
#20751F (or 0x20751F) is known color: Forest Green. HEX triplet: 20, 75 and 1F. RGB value is (32,117,31). Sum of RGB (Red+Green+Blue) = 32+117+31=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #20751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20751F is #DF8AE0. Grayscale: #525252. Windows color (decimal): -14650081 or 2061600. OLE color: 2061600.
HSL color Cylindrical-coordinate representation of color #20751F: hue angle of 119.3º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20751F is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 31 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.54 |
| HSL | 119.3º | 0.58% | 0.29% | - |
| HSV(B) | 119.3º | 0.74% | 0.46% | - |
| XYZ | 7.2 | 13.13 | 3.45 | - |
| YUV | 81.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 31 | 0.73 | 0 | 0.74 | 0.54 | 119.3 | 0.58 | 0.29 |
| Hex | 20 | 75 | 1F | 49 | 0 | 4A | 36 | 77 | 3A | 1D |
| Octal | 40 | 165 | 37 | 111 | 0 | 112 | 66 | 167 | 72 | 35 |
| Binary | 100000 | 1110101 | 11111 | 1001001 | 0 | 1001010 | 110110 | 1110111 | 111010 | 11101 |
Color Harmonies of #20751F
Complementary color
Monochromatic Colors of #20751F
Black with #20751F
Text Example
Text Example
White with #20751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20751F; }
p { color: rgb(32,117,31); }
H1.HeaderClassName
{
color: #20751F;
}
.AnyTagClassName
{
color: #20751F;
}
</style>
background-color css
<style>
a { background-color: #20751F; }
a { background-color: rgb(32,117,31); }
div.DivClassName
{
background-color: #20751F;
}
.BgClassName
{
background-color: #20751F;
}
</style>
border-color css
<style>
span { border-color: #20751F; }
span { border-color: rgb(32,117,31); }
td.TdClassName
{
border-color: #20751F;
}
.TagClassName
{
border-color: #20751F;
}
</style>