Shades of Forest Green #0D852B
Tints of Forest Green #0D852B
RGB
CMYK
RGB Variations
Color information
#0D852B (or 0x0D852B) is known color: Forest Green. HEX triplet: 0D, 85 and 2B. RGB value is (13,133,43). Sum of RGB (Red+Green+Blue) = 13+133+43=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #0D852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D852B is #F27AD4. Grayscale: #575757. Windows color (decimal): -15891157 or 2852109. OLE color: 2852109.
HSL color Cylindrical-coordinate representation of color #0D852B: hue angle of 135º 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 #0D852B is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 43 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.48 |
| HSL | 135º | 0.82% | 0.29% | - |
| HSV(B) | 135º | 0.9% | 0.52% | - |
| XYZ | 8.99 | 17.04 | 5.1 | - |
| YUV | 86.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 43 | 0.90 | 0 | 0.68 | 0.48 | 135 | 0.82 | 0.29 |
| Hex | D | 85 | 2B | 5A | 0 | 44 | 30 | 87 | 52 | 1D |
| Octal | 15 | 205 | 53 | 132 | 0 | 104 | 60 | 207 | 122 | 35 |
| Binary | 1101 | 10000101 | 101011 | 1011010 | 0 | 1000100 | 110000 | 10000111 | 1010010 | 11101 |
Color Harmonies of #0D852B
Complementary color
Monochromatic Colors of #0D852B
Black with #0D852B
Text Example
Text Example
White with #0D852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D852B; }
p { color: rgb(13,133,43); }
H1.HeaderClassName
{
color: #0D852B;
}
.AnyTagClassName
{
color: #0D852B;
}
</style>
background-color css
<style>
a { background-color: #0D852B; }
a { background-color: rgb(13,133,43); }
div.DivClassName
{
background-color: #0D852B;
}
.BgClassName
{
background-color: #0D852B;
}
</style>
border-color css
<style>
span { border-color: #0D852B; }
span { border-color: rgb(13,133,43); }
td.TdClassName
{
border-color: #0D852B;
}
.TagClassName
{
border-color: #0D852B;
}
</style>