Shades of Forest Green #0D9524
Tints of Forest Green #0D9524
RGB
CMYK
RGB Variations
Color information
#0D9524 (or 0x0D9524) is known color: Forest Green. HEX triplet: 0D, 95 and 24. RGB value is (13,149,36). Sum of RGB (Red+Green+Blue) = 13+149+36=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9524 is #F26ADB. Grayscale: #5F5F5F. Windows color (decimal): -15887068 or 2397453. OLE color: 2397453.
HSL color Cylindrical-coordinate representation of color #0D9524: hue angle of 130.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9524 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 36 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.42 |
| HSL | 130.15º | 0.84% | 0.32% | - |
| HSV(B) | 130.15º | 0.91% | 0.58% | - |
| XYZ | 11.23 | 21.71 | 5.27 | - |
| YUV | 95.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 36 | 0.91 | 0 | 0.76 | 0.42 | 130.15 | 0.84 | 0.32 |
| Hex | D | 95 | 24 | 5B | 0 | 4C | 2A | 82 | 54 | 20 |
| Octal | 15 | 225 | 44 | 133 | 0 | 114 | 52 | 202 | 124 | 40 |
| Binary | 1101 | 10010101 | 100100 | 1011011 | 0 | 1001100 | 101010 | 10000010 | 1010100 | 100000 |
Color Harmonies of #0D9524
Complementary color
Monochromatic Colors of #0D9524
Black with #0D9524
Text Example
Text Example
White with #0D9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9524; }
p { color: rgb(13,149,36); }
H1.HeaderClassName
{
color: #0D9524;
}
.AnyTagClassName
{
color: #0D9524;
}
</style>
background-color css
<style>
a { background-color: #0D9524; }
a { background-color: rgb(13,149,36); }
div.DivClassName
{
background-color: #0D9524;
}
.BgClassName
{
background-color: #0D9524;
}
</style>
border-color css
<style>
span { border-color: #0D9524; }
span { border-color: rgb(13,149,36); }
td.TdClassName
{
border-color: #0D9524;
}
.TagClassName
{
border-color: #0D9524;
}
</style>