Shades of Forest Green #0D842C
Tints of Forest Green #0D842C
RGB
CMYK
RGB Variations
Color information
#0D842C (or 0x0D842C) is known color: Forest Green. HEX triplet: 0D, 84 and 2C. RGB value is (13,132,44). Sum of RGB (Red+Green+Blue) = 13+132+44=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #0D842C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D842C is #F27BD3. Grayscale: #565656. Windows color (decimal): -15891412 or 2917389. OLE color: 2917389.
HSL color Cylindrical-coordinate representation of color #0D842C: hue angle of 135.63º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D842C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 44 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.48 |
| HSL | 135.63º | 0.82% | 0.28% | - |
| HSV(B) | 135.63º | 0.9% | 0.52% | - |
| XYZ | 8.87 | 16.77 | 5.15 | - |
| YUV | 86.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 44 | 0.90 | 0 | 0.67 | 0.48 | 135.63 | 0.82 | 0.28 |
| Hex | D | 84 | 2C | 5A | 0 | 43 | 30 | 88 | 52 | 1C |
| Octal | 15 | 204 | 54 | 132 | 0 | 103 | 60 | 210 | 122 | 34 |
| Binary | 1101 | 10000100 | 101100 | 1011010 | 0 | 1000011 | 110000 | 10001000 | 1010010 | 11100 |
Color Harmonies of #0D842C
Complementary color
Monochromatic Colors of #0D842C
Black with #0D842C
Text Example
Text Example
White with #0D842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D842C; }
p { color: rgb(13,132,44); }
H1.HeaderClassName
{
color: #0D842C;
}
.AnyTagClassName
{
color: #0D842C;
}
</style>
background-color css
<style>
a { background-color: #0D842C; }
a { background-color: rgb(13,132,44); }
div.DivClassName
{
background-color: #0D842C;
}
.BgClassName
{
background-color: #0D842C;
}
</style>
border-color css
<style>
span { border-color: #0D842C; }
span { border-color: rgb(13,132,44); }
td.TdClassName
{
border-color: #0D842C;
}
.TagClassName
{
border-color: #0D842C;
}
</style>