Shades of Forest Green #20730C
Tints of Forest Green #20730C
RGB
CMYK
RGB Variations
Color information
#20730C (or 0x20730C) is known color: Forest Green. HEX triplet: 20, 73 and 0C. RGB value is (32,115,12). Sum of RGB (Red+Green+Blue) = 32+115+12=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #20730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20730C is #DF8CF3. Grayscale: #4E4E4E. Windows color (decimal): -14650612 or 815904. OLE color: 815904.
HSL color Cylindrical-coordinate representation of color #20730C: hue angle of 108.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20730C is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 12 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.55 |
| HSL | 108.35º | 0.81% | 0.25% | - |
| HSV(B) | 108.35º | 0.9% | 0.45% | - |
| XYZ | 6.79 | 12.6 | 2.42 | - |
| YUV | 78.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 12 | 0.72 | 0 | 0.90 | 0.55 | 108.35 | 0.81 | 0.25 |
| Hex | 20 | 73 | C | 48 | 0 | 5A | 37 | 6C | 51 | 19 |
| Octal | 40 | 163 | 14 | 110 | 0 | 132 | 67 | 154 | 121 | 31 |
| Binary | 100000 | 1110011 | 1100 | 1001000 | 0 | 1011010 | 110111 | 1101100 | 1010001 | 11001 |
Color Harmonies of #20730C
Complementary color
Monochromatic Colors of #20730C
Black with #20730C
Text Example
Text Example
White with #20730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20730C; }
p { color: rgb(32,115,12); }
H1.HeaderClassName
{
color: #20730C;
}
.AnyTagClassName
{
color: #20730C;
}
</style>
background-color css
<style>
a { background-color: #20730C; }
a { background-color: rgb(32,115,12); }
div.DivClassName
{
background-color: #20730C;
}
.BgClassName
{
background-color: #20730C;
}
</style>
border-color css
<style>
span { border-color: #20730C; }
span { border-color: rgb(32,115,12); }
td.TdClassName
{
border-color: #20730C;
}
.TagClassName
{
border-color: #20730C;
}
</style>