Shades of Forest Green #0D862B
Tints of Forest Green #0D862B
RGB
CMYK
RGB Variations
Color information
#0D862B (or 0x0D862B) is known color: Forest Green. HEX triplet: 0D, 86 and 2B. RGB value is (13,134,43). Sum of RGB (Red+Green+Blue) = 13+134+43=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 134 (52.73% from 255 or 70.53% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 134 - color contains mainly: green. Hex color #0D862B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D862B is #F279D4. Grayscale: #575757. Windows color (decimal): -15890901 or 2852365. OLE color: 2852365.
HSL color Cylindrical-coordinate representation of color #0D862B: hue angle of 134.88º 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 #0D862B is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 43 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.47 |
| HSL | 134.88º | 0.82% | 0.29% | - |
| HSV(B) | 134.88º | 0.9% | 0.53% | - |
| XYZ | 9.13 | 17.31 | 5.15 | - |
| YUV | 87.45 | 102.91 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 43 | 0.90 | 0 | 0.68 | 0.47 | 134.88 | 0.82 | 0.29 |
| Hex | D | 86 | 2B | 5A | 0 | 44 | 2F | 87 | 52 | 1D |
| Octal | 15 | 206 | 53 | 132 | 0 | 104 | 57 | 207 | 122 | 35 |
| Binary | 1101 | 10000110 | 101011 | 1011010 | 0 | 1000100 | 101111 | 10000111 | 1010010 | 11101 |
Color Harmonies of #0D862B
Complementary color
Monochromatic Colors of #0D862B
Black with #0D862B
Text Example
Text Example
White with #0D862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D862B; }
p { color: rgb(13,134,43); }
H1.HeaderClassName
{
color: #0D862B;
}
.AnyTagClassName
{
color: #0D862B;
}
</style>
background-color css
<style>
a { background-color: #0D862B; }
a { background-color: rgb(13,134,43); }
div.DivClassName
{
background-color: #0D862B;
}
.BgClassName
{
background-color: #0D862B;
}
</style>
border-color css
<style>
span { border-color: #0D862B; }
span { border-color: rgb(13,134,43); }
td.TdClassName
{
border-color: #0D862B;
}
.TagClassName
{
border-color: #0D862B;
}
</style>