Shades of Forest Green #0D851E
Tints of Forest Green #0D851E
RGB
CMYK
RGB Variations
Color information
#0D851E (or 0x0D851E) is known color: Forest Green. HEX triplet: 0D, 85 and 1E. RGB value is (13,133,30). Sum of RGB (Red+Green+Blue) = 13+133+30=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #0D851E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D851E is #F27AE1. Grayscale: #555555. Windows color (decimal): -15891170 or 2000141. OLE color: 2000141.
HSL color Cylindrical-coordinate representation of color #0D851E: hue angle of 128.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D851E is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 30 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.48 |
| HSL | 128.5º | 0.82% | 0.29% | - |
| HSV(B) | 128.5º | 0.9% | 0.52% | - |
| XYZ | 8.79 | 16.95 | 4.04 | - |
| YUV | 85.38 | 96.74 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 30 | 0.90 | 0 | 0.77 | 0.48 | 128.5 | 0.82 | 0.29 |
| Hex | D | 85 | 1E | 5A | 0 | 4D | 30 | 80 | 52 | 1D |
| Octal | 15 | 205 | 36 | 132 | 0 | 115 | 60 | 200 | 122 | 35 |
| Binary | 1101 | 10000101 | 11110 | 1011010 | 0 | 1001101 | 110000 | 10000000 | 1010010 | 11101 |
Color Harmonies of #0D851E
Complementary color
Monochromatic Colors of #0D851E
Black with #0D851E
Text Example
Text Example
White with #0D851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D851E; }
p { color: rgb(13,133,30); }
H1.HeaderClassName
{
color: #0D851E;
}
.AnyTagClassName
{
color: #0D851E;
}
</style>
background-color css
<style>
a { background-color: #0D851E; }
a { background-color: rgb(13,133,30); }
div.DivClassName
{
background-color: #0D851E;
}
.BgClassName
{
background-color: #0D851E;
}
</style>
border-color css
<style>
span { border-color: #0D851E; }
span { border-color: rgb(13,133,30); }
td.TdClassName
{
border-color: #0D851E;
}
.TagClassName
{
border-color: #0D851E;
}
</style>