Shades of Forest Green #0D882F
Tints of Forest Green #0D882F
RGB
CMYK
RGB Variations
Color information
#0D882F (or 0x0D882F) is known color: Forest Green. HEX triplet: 0D, 88 and 2F. RGB value is (13,136,47). Sum of RGB (Red+Green+Blue) = 13+136+47=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #0D882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D882F is #F277D0. Grayscale: #595959. Windows color (decimal): -15890385 or 3115021. OLE color: 3115021.
HSL color Cylindrical-coordinate representation of color #0D882F: hue angle of 136.59º 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 #0D882F is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 47 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.47 |
| HSL | 136.59º | 0.83% | 0.29% | - |
| HSV(B) | 136.59º | 0.9% | 0.53% | - |
| XYZ | 9.48 | 17.9 | 5.64 | - |
| YUV | 89.08 | 104.25 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 47 | 0.90 | 0 | 0.65 | 0.47 | 136.59 | 0.83 | 0.29 |
| Hex | D | 88 | 2F | 5A | 0 | 41 | 2F | 89 | 53 | 1D |
| Octal | 15 | 210 | 57 | 132 | 0 | 101 | 57 | 211 | 123 | 35 |
| Binary | 1101 | 10001000 | 101111 | 1011010 | 0 | 1000001 | 101111 | 10001001 | 1010011 | 11101 |
Color Harmonies of #0D882F
Complementary color
Monochromatic Colors of #0D882F
Black with #0D882F
Text Example
Text Example
White with #0D882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D882F; }
p { color: rgb(13,136,47); }
H1.HeaderClassName
{
color: #0D882F;
}
.AnyTagClassName
{
color: #0D882F;
}
</style>
background-color css
<style>
a { background-color: #0D882F; }
a { background-color: rgb(13,136,47); }
div.DivClassName
{
background-color: #0D882F;
}
.BgClassName
{
background-color: #0D882F;
}
</style>
border-color css
<style>
span { border-color: #0D882F; }
span { border-color: rgb(13,136,47); }
td.TdClassName
{
border-color: #0D882F;
}
.TagClassName
{
border-color: #0D882F;
}
</style>