Shades of Forest Green #0D8920
Tints of Forest Green #0D8920
RGB
CMYK
RGB Variations
Color information
#0D8920 (or 0x0D8920) is known color: Forest Green. HEX triplet: 0D, 89 and 20. RGB value is (13,137,32). Sum of RGB (Red+Green+Blue) = 13+137+32=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 137 (53.91% from 255 or 75.27% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8920 is #F276DF. Grayscale: #585858. Windows color (decimal): -15890144 or 2132237. OLE color: 2132237.
HSL color Cylindrical-coordinate representation of color #0D8920: hue angle of 129.19º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8920 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 32 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.46 |
| HSL | 129.19º | 0.83% | 0.29% | - |
| HSV(B) | 129.19º | 0.91% | 0.54% | - |
| XYZ | 9.37 | 18.08 | 4.36 | - |
| YUV | 87.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 32 | 0.91 | 0 | 0.77 | 0.46 | 129.19 | 0.83 | 0.29 |
| Hex | D | 89 | 20 | 5B | 0 | 4D | 2E | 81 | 53 | 1D |
| Octal | 15 | 211 | 40 | 133 | 0 | 115 | 56 | 201 | 123 | 35 |
| Binary | 1101 | 10001001 | 100000 | 1011011 | 0 | 1001101 | 101110 | 10000001 | 1010011 | 11101 |
Color Harmonies of #0D8920
Complementary color
Monochromatic Colors of #0D8920
Black with #0D8920
Text Example
Text Example
White with #0D8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8920; }
p { color: rgb(13,137,32); }
H1.HeaderClassName
{
color: #0D8920;
}
.AnyTagClassName
{
color: #0D8920;
}
</style>
background-color css
<style>
a { background-color: #0D8920; }
a { background-color: rgb(13,137,32); }
div.DivClassName
{
background-color: #0D8920;
}
.BgClassName
{
background-color: #0D8920;
}
</style>
border-color css
<style>
span { border-color: #0D8920; }
span { border-color: rgb(13,137,32); }
td.TdClassName
{
border-color: #0D8920;
}
.TagClassName
{
border-color: #0D8920;
}
</style>