Shades of Forest Green #0D861C
Tints of Forest Green #0D861C
RGB
CMYK
RGB Variations
Color information
#0D861C (or 0x0D861C) is known color: Forest Green. HEX triplet: 0D, 86 and 1C. RGB value is (13,134,28). Sum of RGB (Red+Green+Blue) = 13+134+28=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 134 (52.73% from 255 or 76.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 134 - color contains mainly: green. Hex color #0D861C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D861C is #F279E3. Grayscale: #565656. Windows color (decimal): -15890916 or 1869325. OLE color: 1869325.
HSL color Cylindrical-coordinate representation of color #0D861C: hue angle of 127.44º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D861C is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 28 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.47 |
| HSL | 127.44º | 0.82% | 0.29% | - |
| HSV(B) | 127.44º | 0.9% | 0.53% | - |
| XYZ | 8.9 | 17.22 | 3.95 | - |
| YUV | 85.74 | 95.41 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 28 | 0.90 | 0 | 0.79 | 0.47 | 127.44 | 0.82 | 0.29 |
| Hex | D | 86 | 1C | 5A | 0 | 4F | 2F | 7F | 52 | 1D |
| Octal | 15 | 206 | 34 | 132 | 0 | 117 | 57 | 177 | 122 | 35 |
| Binary | 1101 | 10000110 | 11100 | 1011010 | 0 | 1001111 | 101111 | 1111111 | 1010010 | 11101 |
Color Harmonies of #0D861C
Complementary color
Monochromatic Colors of #0D861C
Black with #0D861C
Text Example
Text Example
White with #0D861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D861C; }
p { color: rgb(13,134,28); }
H1.HeaderClassName
{
color: #0D861C;
}
.AnyTagClassName
{
color: #0D861C;
}
</style>
background-color css
<style>
a { background-color: #0D861C; }
a { background-color: rgb(13,134,28); }
div.DivClassName
{
background-color: #0D861C;
}
.BgClassName
{
background-color: #0D861C;
}
</style>
border-color css
<style>
span { border-color: #0D861C; }
span { border-color: rgb(13,134,28); }
td.TdClassName
{
border-color: #0D861C;
}
.TagClassName
{
border-color: #0D861C;
}
</style>