Shades of Forest Green #0D9633
Tints of Forest Green #0D9633
RGB
CMYK
RGB Variations
Color information
#0D9633 (or 0x0D9633) is known color: Forest Green. HEX triplet: 0D, 96 and 33. RGB value is (13,150,51). Sum of RGB (Red+Green+Blue) = 13+150+51=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9633 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9633 is #F269CC. Grayscale: #626262. Windows color (decimal): -15886797 or 3380749. OLE color: 3380749.
HSL color Cylindrical-coordinate representation of color #0D9633: hue angle of 136.64º 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 #0D9633 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 51 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.41 |
| HSL | 136.64º | 0.84% | 0.32% | - |
| HSV(B) | 136.64º | 0.91% | 0.59% | - |
| XYZ | 11.67 | 22.14 | 6.79 | - |
| YUV | 97.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 51 | 0.91 | 0 | 0.66 | 0.41 | 136.64 | 0.84 | 0.32 |
| Hex | D | 96 | 33 | 5B | 0 | 42 | 29 | 89 | 54 | 20 |
| Octal | 15 | 226 | 63 | 133 | 0 | 102 | 51 | 211 | 124 | 40 |
| Binary | 1101 | 10010110 | 110011 | 1011011 | 0 | 1000010 | 101001 | 10001001 | 1010100 | 100000 |
Color Harmonies of #0D9633
Complementary color
Monochromatic Colors of #0D9633
Black with #0D9633
Text Example
Text Example
White with #0D9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9633; }
p { color: rgb(13,150,51); }
H1.HeaderClassName
{
color: #0D9633;
}
.AnyTagClassName
{
color: #0D9633;
}
</style>
background-color css
<style>
a { background-color: #0D9633; }
a { background-color: rgb(13,150,51); }
div.DivClassName
{
background-color: #0D9633;
}
.BgClassName
{
background-color: #0D9633;
}
</style>
border-color css
<style>
span { border-color: #0D9633; }
span { border-color: rgb(13,150,51); }
td.TdClassName
{
border-color: #0D9633;
}
.TagClassName
{
border-color: #0D9633;
}
</style>