Shades of Forest Green #20830B
Tints of Forest Green #20830B
RGB
CMYK
RGB Variations
Color information
#20830B (or 0x20830B) is known color: Forest Green. HEX triplet: 20, 83 and 0B. RGB value is (32,131,11). Sum of RGB (Red+Green+Blue) = 32+131+11=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 131 (51.56% from 255 or 75.29% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 131 - color contains mainly: green. Hex color #20830B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20830B is #DF7CF4. Grayscale: #585858. Windows color (decimal): -14646517 or 754464. OLE color: 754464.
HSL color Cylindrical-coordinate representation of color #20830B: hue angle of 109.5º degrees, saturation: 0.85, 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 #20830B is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 11 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.49 |
| HSL | 109.5º | 0.85% | 0.28% | - |
| HSV(B) | 109.5º | 0.92% | 0.51% | - |
| XYZ | 8.77 | 16.56 | 3.05 | - |
| YUV | 87.72 | 84.7 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 11 | 0.76 | 0 | 0.92 | 0.49 | 109.5 | 0.85 | 0.28 |
| Hex | 20 | 83 | B | 4C | 0 | 5C | 31 | 6E | 55 | 1C |
| Octal | 40 | 203 | 13 | 114 | 0 | 134 | 61 | 156 | 125 | 34 |
| Binary | 100000 | 10000011 | 1011 | 1001100 | 0 | 1011100 | 110001 | 1101110 | 1010101 | 11100 |
Color Harmonies of #20830B
Complementary color
Monochromatic Colors of #20830B
Black with #20830B
Text Example
Text Example
White with #20830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20830B; }
p { color: rgb(32,131,11); }
H1.HeaderClassName
{
color: #20830B;
}
.AnyTagClassName
{
color: #20830B;
}
</style>
background-color css
<style>
a { background-color: #20830B; }
a { background-color: rgb(32,131,11); }
div.DivClassName
{
background-color: #20830B;
}
.BgClassName
{
background-color: #20830B;
}
</style>
border-color css
<style>
span { border-color: #20830B; }
span { border-color: rgb(32,131,11); }
td.TdClassName
{
border-color: #20830B;
}
.TagClassName
{
border-color: #20830B;
}
</style>