Shades of Forest Green #0D882B
Tints of Forest Green #0D882B
RGB
CMYK
RGB Variations
Color information
#0D882B (or 0x0D882B) is known color: Forest Green. HEX triplet: 0D, 88 and 2B. RGB value is (13,136,43). Sum of RGB (Red+Green+Blue) = 13+136+43=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #0D882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D882B is #F277D4. Grayscale: #585858. Windows color (decimal): -15890389 or 2852877. OLE color: 2852877.
HSL color Cylindrical-coordinate representation of color #0D882B: hue angle of 134.63º 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 #0D882B is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 43 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.47 |
| HSL | 134.63º | 0.83% | 0.29% | - |
| HSV(B) | 134.63º | 0.9% | 0.53% | - |
| XYZ | 9.41 | 17.87 | 5.24 | - |
| YUV | 88.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 43 | 0.90 | 0 | 0.68 | 0.47 | 134.63 | 0.83 | 0.29 |
| Hex | D | 88 | 2B | 5A | 0 | 44 | 2F | 87 | 53 | 1D |
| Octal | 15 | 210 | 53 | 132 | 0 | 104 | 57 | 207 | 123 | 35 |
| Binary | 1101 | 10001000 | 101011 | 1011010 | 0 | 1000100 | 101111 | 10000111 | 1010011 | 11101 |
Color Harmonies of #0D882B
Complementary color
Monochromatic Colors of #0D882B
Black with #0D882B
Text Example
Text Example
White with #0D882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D882B; }
p { color: rgb(13,136,43); }
H1.HeaderClassName
{
color: #0D882B;
}
.AnyTagClassName
{
color: #0D882B;
}
</style>
background-color css
<style>
a { background-color: #0D882B; }
a { background-color: rgb(13,136,43); }
div.DivClassName
{
background-color: #0D882B;
}
.BgClassName
{
background-color: #0D882B;
}
</style>
border-color css
<style>
span { border-color: #0D882B; }
span { border-color: rgb(13,136,43); }
td.TdClassName
{
border-color: #0D882B;
}
.TagClassName
{
border-color: #0D882B;
}
</style>