Shades of Forest Green #0D952C
Tints of Forest Green #0D952C
RGB
CMYK
RGB Variations
Color information
#0D952C (or 0x0D952C) is known color: Forest Green. HEX triplet: 0D, 95 and 2C. RGB value is (13,149,44). Sum of RGB (Red+Green+Blue) = 13+149+44=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #0D952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D952C is #F26AD3. Grayscale: #606060. Windows color (decimal): -15887060 or 2921741. OLE color: 2921741.
HSL color Cylindrical-coordinate representation of color #0D952C: hue angle of 133.68º 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 #0D952C is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 44 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.42 |
| HSL | 133.68º | 0.84% | 0.32% | - |
| HSV(B) | 133.68º | 0.91% | 0.58% | - |
| XYZ | 11.37 | 21.76 | 5.98 | - |
| YUV | 96.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 44 | 0.91 | 0 | 0.70 | 0.42 | 133.68 | 0.84 | 0.32 |
| Hex | D | 95 | 2C | 5B | 0 | 46 | 2A | 86 | 54 | 20 |
| Octal | 15 | 225 | 54 | 133 | 0 | 106 | 52 | 206 | 124 | 40 |
| Binary | 1101 | 10010101 | 101100 | 1011011 | 0 | 1000110 | 101010 | 10000110 | 1010100 | 100000 |
Color Harmonies of #0D952C
Complementary color
Monochromatic Colors of #0D952C
Black with #0D952C
Text Example
Text Example
White with #0D952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D952C; }
p { color: rgb(13,149,44); }
H1.HeaderClassName
{
color: #0D952C;
}
.AnyTagClassName
{
color: #0D952C;
}
</style>
background-color css
<style>
a { background-color: #0D952C; }
a { background-color: rgb(13,149,44); }
div.DivClassName
{
background-color: #0D952C;
}
.BgClassName
{
background-color: #0D952C;
}
</style>
border-color css
<style>
span { border-color: #0D952C; }
span { border-color: rgb(13,149,44); }
td.TdClassName
{
border-color: #0D952C;
}
.TagClassName
{
border-color: #0D952C;
}
</style>