Shades of Forest Green #20751D
Tints of Forest Green #20751D
RGB
CMYK
RGB Variations
Color information
#20751D (or 0x20751D) is known color: Forest Green. HEX triplet: 20, 75 and 1D. RGB value is (32,117,29). Sum of RGB (Red+Green+Blue) = 32+117+29=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #20751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20751D is #DF8AE2. Grayscale: #515151. Windows color (decimal): -14650083 or 1930528. OLE color: 1930528.
HSL color Cylindrical-coordinate representation of color #20751D: hue angle of 117.95º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20751D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 29 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.54 |
| HSL | 117.95º | 0.6% | 0.29% | - |
| HSV(B) | 117.95º | 0.75% | 0.46% | - |
| XYZ | 7.18 | 13.12 | 3.32 | - |
| YUV | 81.55 | 98.34 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 29 | 0.73 | 0 | 0.75 | 0.54 | 117.95 | 0.6 | 0.29 |
| Hex | 20 | 75 | 1D | 49 | 0 | 4B | 36 | 76 | 3C | 1D |
| Octal | 40 | 165 | 35 | 111 | 0 | 113 | 66 | 166 | 74 | 35 |
| Binary | 100000 | 1110101 | 11101 | 1001001 | 0 | 1001011 | 110110 | 1110110 | 111100 | 11101 |
Color Harmonies of #20751D
Complementary color
Monochromatic Colors of #20751D
Black with #20751D
Text Example
Text Example
White with #20751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20751D; }
p { color: rgb(32,117,29); }
H1.HeaderClassName
{
color: #20751D;
}
.AnyTagClassName
{
color: #20751D;
}
</style>
background-color css
<style>
a { background-color: #20751D; }
a { background-color: rgb(32,117,29); }
div.DivClassName
{
background-color: #20751D;
}
.BgClassName
{
background-color: #20751D;
}
</style>
border-color css
<style>
span { border-color: #20751D; }
span { border-color: rgb(32,117,29); }
td.TdClassName
{
border-color: #20751D;
}
.TagClassName
{
border-color: #20751D;
}
</style>