Shades of Forest Green #0D952A
Tints of Forest Green #0D952A
RGB
CMYK
RGB Variations
Color information
#0D952A (or 0x0D952A) is known color: Forest Green. HEX triplet: 0D, 95 and 2A. RGB value is (13,149,42). Sum of RGB (Red+Green+Blue) = 13+149+42=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #0D952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D952A is #F26AD5. Grayscale: #606060. Windows color (decimal): -15887062 or 2790669. OLE color: 2790669.
HSL color Cylindrical-coordinate representation of color #0D952A: hue angle of 132.79º 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 #0D952A is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 42 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.42 |
| HSL | 132.79º | 0.84% | 0.32% | - |
| HSV(B) | 132.79º | 0.91% | 0.58% | - |
| XYZ | 11.33 | 21.75 | 5.79 | - |
| YUV | 96.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 42 | 0.91 | 0 | 0.72 | 0.42 | 132.79 | 0.84 | 0.32 |
| Hex | D | 95 | 2A | 5B | 0 | 48 | 2A | 85 | 54 | 20 |
| Octal | 15 | 225 | 52 | 133 | 0 | 110 | 52 | 205 | 124 | 40 |
| Binary | 1101 | 10010101 | 101010 | 1011011 | 0 | 1001000 | 101010 | 10000101 | 1010100 | 100000 |
Color Harmonies of #0D952A
Complementary color
Monochromatic Colors of #0D952A
Black with #0D952A
Text Example
Text Example
White with #0D952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D952A; }
p { color: rgb(13,149,42); }
H1.HeaderClassName
{
color: #0D952A;
}
.AnyTagClassName
{
color: #0D952A;
}
</style>
background-color css
<style>
a { background-color: #0D952A; }
a { background-color: rgb(13,149,42); }
div.DivClassName
{
background-color: #0D952A;
}
.BgClassName
{
background-color: #0D952A;
}
</style>
border-color css
<style>
span { border-color: #0D952A; }
span { border-color: rgb(13,149,42); }
td.TdClassName
{
border-color: #0D952A;
}
.TagClassName
{
border-color: #0D952A;
}
</style>