Shades of Forest Green #0D881B
Tints of Forest Green #0D881B
RGB
CMYK
RGB Variations
Color information
#0D881B (or 0x0D881B) is known color: Forest Green. HEX triplet: 0D, 88 and 1B. RGB value is (13,136,27). Sum of RGB (Red+Green+Blue) = 13+136+27=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 136 (53.52% from 255 or 77.27% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 136 - color contains mainly: green. Hex color #0D881B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D881B is #F277E4. Grayscale: #575757. Windows color (decimal): -15890405 or 1804301. OLE color: 1804301.
HSL color Cylindrical-coordinate representation of color #0D881B: hue angle of 126.83º degrees, saturation: 0.83, 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 #0D881B is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 27 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.47 |
| HSL | 126.83º | 0.83% | 0.29% | - |
| HSV(B) | 126.83º | 0.9% | 0.53% | - |
| XYZ | 9.17 | 17.77 | 3.98 | - |
| YUV | 86.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 27 | 0.90 | 0 | 0.80 | 0.47 | 126.83 | 0.83 | 0.29 |
| Hex | D | 88 | 1B | 5A | 0 | 50 | 2F | 7F | 53 | 1D |
| Octal | 15 | 210 | 33 | 132 | 0 | 120 | 57 | 177 | 123 | 35 |
| Binary | 1101 | 10001000 | 11011 | 1011010 | 0 | 1010000 | 101111 | 1111111 | 1010011 | 11101 |
Color Harmonies of #0D881B
Complementary color
Monochromatic Colors of #0D881B
Black with #0D881B
Text Example
Text Example
White with #0D881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D881B; }
p { color: rgb(13,136,27); }
H1.HeaderClassName
{
color: #0D881B;
}
.AnyTagClassName
{
color: #0D881B;
}
</style>
background-color css
<style>
a { background-color: #0D881B; }
a { background-color: rgb(13,136,27); }
div.DivClassName
{
background-color: #0D881B;
}
.BgClassName
{
background-color: #0D881B;
}
</style>
border-color css
<style>
span { border-color: #0D881B; }
span { border-color: rgb(13,136,27); }
td.TdClassName
{
border-color: #0D881B;
}
.TagClassName
{
border-color: #0D881B;
}
</style>