Shades of Forest Green #0D962B
Tints of Forest Green #0D962B
RGB
CMYK
RGB Variations
Color information
#0D962B (or 0x0D962B) is known color: Forest Green. HEX triplet: 0D, 96 and 2B. RGB value is (13,150,43). Sum of RGB (Red+Green+Blue) = 13+150+43=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 150 (58.98% from 255 or 72.82% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 150 - color contains mainly: green. Hex color #0D962B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D962B is #F269D4. Grayscale: #616161. Windows color (decimal): -15886805 or 2856461. OLE color: 2856461.
HSL color Cylindrical-coordinate representation of color #0D962B: hue angle of 133.14º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D962B is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 43 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.41 |
| HSL | 133.14º | 0.84% | 0.32% | - |
| HSV(B) | 133.14º | 0.91% | 0.59% | - |
| XYZ | 11.51 | 22.07 | 5.94 | - |
| YUV | 96.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 43 | 0.91 | 0 | 0.71 | 0.41 | 133.14 | 0.84 | 0.32 |
| Hex | D | 96 | 2B | 5B | 0 | 47 | 29 | 85 | 54 | 20 |
| Octal | 15 | 226 | 53 | 133 | 0 | 107 | 51 | 205 | 124 | 40 |
| Binary | 1101 | 10010110 | 101011 | 1011011 | 0 | 1000111 | 101001 | 10000101 | 1010100 | 100000 |
Color Harmonies of #0D962B
Complementary color
Monochromatic Colors of #0D962B
Black with #0D962B
Text Example
Text Example
White with #0D962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D962B; }
p { color: rgb(13,150,43); }
H1.HeaderClassName
{
color: #0D962B;
}
.AnyTagClassName
{
color: #0D962B;
}
</style>
background-color css
<style>
a { background-color: #0D962B; }
a { background-color: rgb(13,150,43); }
div.DivClassName
{
background-color: #0D962B;
}
.BgClassName
{
background-color: #0D962B;
}
</style>
border-color css
<style>
span { border-color: #0D962B; }
span { border-color: rgb(13,150,43); }
td.TdClassName
{
border-color: #0D962B;
}
.TagClassName
{
border-color: #0D962B;
}
</style>