Shades of Forest Green #20830A
Tints of Forest Green #20830A
RGB
CMYK
RGB Variations
Color information
#20830A (or 0x20830A) is known color: Forest Green. HEX triplet: 20, 83 and 0A. RGB value is (32,131,10). Sum of RGB (Red+Green+Blue) = 32+131+10=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #20830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20830A is #DF7CF5. Grayscale: #575757. Windows color (decimal): -14646518 or 688928. OLE color: 688928.
HSL color Cylindrical-coordinate representation of color #20830A: hue angle of 109.09º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20830A is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 10 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.49 |
| HSL | 109.09º | 0.86% | 0.28% | - |
| HSV(B) | 109.09º | 0.92% | 0.51% | - |
| XYZ | 8.77 | 16.56 | 3.02 | - |
| YUV | 87.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 10 | 0.76 | 0 | 0.92 | 0.49 | 109.09 | 0.86 | 0.28 |
| Hex | 20 | 83 | A | 4C | 0 | 5C | 31 | 6D | 56 | 1C |
| Octal | 40 | 203 | 12 | 114 | 0 | 134 | 61 | 155 | 126 | 34 |
| Binary | 100000 | 10000011 | 1010 | 1001100 | 0 | 1011100 | 110001 | 1101101 | 1010110 | 11100 |
Color Harmonies of #20830A
Complementary color
Monochromatic Colors of #20830A
Black with #20830A
Text Example
Text Example
White with #20830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20830A; }
p { color: rgb(32,131,10); }
H1.HeaderClassName
{
color: #20830A;
}
.AnyTagClassName
{
color: #20830A;
}
</style>
background-color css
<style>
a { background-color: #20830A; }
a { background-color: rgb(32,131,10); }
div.DivClassName
{
background-color: #20830A;
}
.BgClassName
{
background-color: #20830A;
}
</style>
border-color css
<style>
span { border-color: #20830A; }
span { border-color: rgb(32,131,10); }
td.TdClassName
{
border-color: #20830A;
}
.TagClassName
{
border-color: #20830A;
}
</style>