Shades of Forest Green #0D9431
Tints of Forest Green #0D9431
RGB
CMYK
RGB Variations
Color information
#0D9431 (or 0x0D9431) is known color: Forest Green. HEX triplet: 0D, 94 and 31. RGB value is (13,148,49). Sum of RGB (Red+Green+Blue) = 13+148+49=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9431 is #F26BCE. Grayscale: #606060. Windows color (decimal): -15887311 or 3249165. OLE color: 3249165.
HSL color Cylindrical-coordinate representation of color #0D9431: hue angle of 136º 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 #0D9431 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 49 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.42 |
| HSL | 136º | 0.84% | 0.32% | - |
| HSV(B) | 136º | 0.91% | 0.58% | - |
| XYZ | 11.31 | 21.49 | 6.46 | - |
| YUV | 96.35 | 101.27 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 49 | 0.91 | 0 | 0.67 | 0.42 | 136 | 0.84 | 0.32 |
| Hex | D | 94 | 31 | 5B | 0 | 43 | 2A | 88 | 54 | 20 |
| Octal | 15 | 224 | 61 | 133 | 0 | 103 | 52 | 210 | 124 | 40 |
| Binary | 1101 | 10010100 | 110001 | 1011011 | 0 | 1000011 | 101010 | 10001000 | 1010100 | 100000 |
Color Harmonies of #0D9431
Complementary color
Monochromatic Colors of #0D9431
Black with #0D9431
Text Example
Text Example
White with #0D9431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9431; }
p { color: rgb(13,148,49); }
H1.HeaderClassName
{
color: #0D9431;
}
.AnyTagClassName
{
color: #0D9431;
}
</style>
background-color css
<style>
a { background-color: #0D9431; }
a { background-color: rgb(13,148,49); }
div.DivClassName
{
background-color: #0D9431;
}
.BgClassName
{
background-color: #0D9431;
}
</style>
border-color css
<style>
span { border-color: #0D9431; }
span { border-color: rgb(13,148,49); }
td.TdClassName
{
border-color: #0D9431;
}
.TagClassName
{
border-color: #0D9431;
}
</style>