Shades of Forest Green #0D9031
Tints of Forest Green #0D9031
RGB
CMYK
RGB Variations
Color information
#0D9031 (or 0x0D9031) is known color: Forest Green. HEX triplet: 0D, 90 and 31. RGB value is (13,144,49). Sum of RGB (Red+Green+Blue) = 13+144+49=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9031 is #F26FCE. Grayscale: #5E5E5E. Windows color (decimal): -15888335 or 3248141. OLE color: 3248141.
HSL color Cylindrical-coordinate representation of color #0D9031: hue angle of 136.49º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9031 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 49 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.44 |
| HSL | 136.49º | 0.83% | 0.31% | - |
| HSV(B) | 136.49º | 0.91% | 0.56% | - |
| XYZ | 10.69 | 20.25 | 6.25 | - |
| YUV | 94 | 102.6 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 49 | 0.91 | 0 | 0.66 | 0.44 | 136.49 | 0.83 | 0.31 |
| Hex | D | 90 | 31 | 5B | 0 | 42 | 2C | 88 | 53 | 1F |
| Octal | 15 | 220 | 61 | 133 | 0 | 102 | 54 | 210 | 123 | 37 |
| Binary | 1101 | 10010000 | 110001 | 1011011 | 0 | 1000010 | 101100 | 10001000 | 1010011 | 11111 |
Color Harmonies of #0D9031
Complementary color
Monochromatic Colors of #0D9031
Black with #0D9031
Text Example
Text Example
White with #0D9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9031; }
p { color: rgb(13,144,49); }
H1.HeaderClassName
{
color: #0D9031;
}
.AnyTagClassName
{
color: #0D9031;
}
</style>
background-color css
<style>
a { background-color: #0D9031; }
a { background-color: rgb(13,144,49); }
div.DivClassName
{
background-color: #0D9031;
}
.BgClassName
{
background-color: #0D9031;
}
</style>
border-color css
<style>
span { border-color: #0D9031; }
span { border-color: rgb(13,144,49); }
td.TdClassName
{
border-color: #0D9031;
}
.TagClassName
{
border-color: #0D9031;
}
</style>