Shades of Forest Green #0D852C
Tints of Forest Green #0D852C
RGB
CMYK
RGB Variations
Color information
#0D852C (or 0x0D852C) is known color: Forest Green. HEX triplet: 0D, 85 and 2C. RGB value is (13,133,44). Sum of RGB (Red+Green+Blue) = 13+133+44=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #0D852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D852C is #F27AD3. Grayscale: #575757. Windows color (decimal): -15891156 or 2917645. OLE color: 2917645.
HSL color Cylindrical-coordinate representation of color #0D852C: hue angle of 135.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D852C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 44 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.48 |
| HSL | 135.5º | 0.82% | 0.29% | - |
| HSV(B) | 135.5º | 0.9% | 0.52% | - |
| XYZ | 9.01 | 17.04 | 5.2 | - |
| YUV | 86.97 | 103.74 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 44 | 0.90 | 0 | 0.67 | 0.48 | 135.5 | 0.82 | 0.29 |
| Hex | D | 85 | 2C | 5A | 0 | 43 | 30 | 88 | 52 | 1D |
| Octal | 15 | 205 | 54 | 132 | 0 | 103 | 60 | 210 | 122 | 35 |
| Binary | 1101 | 10000101 | 101100 | 1011010 | 0 | 1000011 | 110000 | 10001000 | 1010010 | 11101 |
Color Harmonies of #0D852C
Complementary color
Monochromatic Colors of #0D852C
Black with #0D852C
Text Example
Text Example
White with #0D852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D852C; }
p { color: rgb(13,133,44); }
H1.HeaderClassName
{
color: #0D852C;
}
.AnyTagClassName
{
color: #0D852C;
}
</style>
background-color css
<style>
a { background-color: #0D852C; }
a { background-color: rgb(13,133,44); }
div.DivClassName
{
background-color: #0D852C;
}
.BgClassName
{
background-color: #0D852C;
}
</style>
border-color css
<style>
span { border-color: #0D852C; }
span { border-color: rgb(13,133,44); }
td.TdClassName
{
border-color: #0D852C;
}
.TagClassName
{
border-color: #0D852C;
}
</style>