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