Shades of Forest Green #0D9527
Tints of Forest Green #0D9527
RGB
CMYK
RGB Variations
Color information
#0D9527 (or 0x0D9527) is known color: Forest Green. HEX triplet: 0D, 95 and 27. RGB value is (13,149,39). Sum of RGB (Red+Green+Blue) = 13+149+39=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9527 is #F26AD8. Grayscale: #606060. Windows color (decimal): -15887065 or 2594061. OLE color: 2594061.
HSL color Cylindrical-coordinate representation of color #0D9527: hue angle of 131.47º 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 #0D9527 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 39 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.42 |
| HSL | 131.47º | 0.84% | 0.32% | - |
| HSV(B) | 131.47º | 0.91% | 0.58% | - |
| XYZ | 11.28 | 21.73 | 5.52 | - |
| YUV | 95.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 39 | 0.91 | 0 | 0.74 | 0.42 | 131.47 | 0.84 | 0.32 |
| Hex | D | 95 | 27 | 5B | 0 | 4A | 2A | 83 | 54 | 20 |
| Octal | 15 | 225 | 47 | 133 | 0 | 112 | 52 | 203 | 124 | 40 |
| Binary | 1101 | 10010101 | 100111 | 1011011 | 0 | 1001010 | 101010 | 10000011 | 1010100 | 100000 |
Color Harmonies of #0D9527
Complementary color
Monochromatic Colors of #0D9527
Black with #0D9527
Text Example
Text Example
White with #0D9527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9527; }
p { color: rgb(13,149,39); }
H1.HeaderClassName
{
color: #0D9527;
}
.AnyTagClassName
{
color: #0D9527;
}
</style>
background-color css
<style>
a { background-color: #0D9527; }
a { background-color: rgb(13,149,39); }
div.DivClassName
{
background-color: #0D9527;
}
.BgClassName
{
background-color: #0D9527;
}
</style>
border-color css
<style>
span { border-color: #0D9527; }
span { border-color: rgb(13,149,39); }
td.TdClassName
{
border-color: #0D9527;
}
.TagClassName
{
border-color: #0D9527;
}
</style>