Shades of Forest Green #0D821C
Tints of Forest Green #0D821C
RGB
CMYK
RGB Variations
Color information
#0D821C (or 0x0D821C) is known color: Forest Green. HEX triplet: 0D, 82 and 1C. RGB value is (13,130,28). Sum of RGB (Red+Green+Blue) = 13+130+28=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #0D821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D821C is #F27DE3. Grayscale: #535353. Windows color (decimal): -15891940 or 1868301. OLE color: 1868301.
HSL color Cylindrical-coordinate representation of color #0D821C: hue angle of 127.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D821C is Cyan = 0.9, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 28 | - |
| CMYK | 0.9 | 0 | 0.78 | 0.49 |
| HSL | 127.69º | 0.82% | 0.28% | - |
| HSV(B) | 127.69º | 0.9% | 0.51% | - |
| XYZ | 8.36 | 16.13 | 3.77 | - |
| YUV | 83.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 28 | 0.9 | 0 | 0.78 | 0.49 | 127.69 | 0.82 | 0.28 |
| Hex | D | 82 | 1C | 5A | 0 | 4E | 31 | 80 | 52 | 1C |
| Octal | 15 | 202 | 34 | 132 | 0 | 116 | 61 | 200 | 122 | 34 |
| Binary | 1101 | 10000010 | 11100 | 1011010 | 0 | 1001110 | 110001 | 10000000 | 1010010 | 11100 |
Color Harmonies of #0D821C
Complementary color
Monochromatic Colors of #0D821C
Black with #0D821C
Text Example
Text Example
White with #0D821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D821C; }
p { color: rgb(13,130,28); }
H1.HeaderClassName
{
color: #0D821C;
}
.AnyTagClassName
{
color: #0D821C;
}
</style>
background-color css
<style>
a { background-color: #0D821C; }
a { background-color: rgb(13,130,28); }
div.DivClassName
{
background-color: #0D821C;
}
.BgClassName
{
background-color: #0D821C;
}
</style>
border-color css
<style>
span { border-color: #0D821C; }
span { border-color: rgb(13,130,28); }
td.TdClassName
{
border-color: #0D821C;
}
.TagClassName
{
border-color: #0D821C;
}
</style>