Shades of Forest Green #0D9432
Tints of Forest Green #0D9432
RGB
CMYK
RGB Variations
Color information
#0D9432 (or 0x0D9432) is known color: Forest Green. HEX triplet: 0D, 94 and 32. RGB value is (13,148,50). Sum of RGB (Red+Green+Blue) = 13+148+50=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9432 is #F26BCD. Grayscale: #606060. Windows color (decimal): -15887310 or 3314701. OLE color: 3314701.
HSL color Cylindrical-coordinate representation of color #0D9432: hue angle of 136.44º 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 #0D9432 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 50 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.42 |
| HSL | 136.44º | 0.84% | 0.32% | - |
| HSV(B) | 136.44º | 0.91% | 0.58% | - |
| XYZ | 11.33 | 21.5 | 6.57 | - |
| YUV | 96.46 | 101.77 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 50 | 0.91 | 0 | 0.66 | 0.42 | 136.44 | 0.84 | 0.32 |
| Hex | D | 94 | 32 | 5B | 0 | 42 | 2A | 88 | 54 | 20 |
| Octal | 15 | 224 | 62 | 133 | 0 | 102 | 52 | 210 | 124 | 40 |
| Binary | 1101 | 10010100 | 110010 | 1011011 | 0 | 1000010 | 101010 | 10001000 | 1010100 | 100000 |
Color Harmonies of #0D9432
Complementary color
Monochromatic Colors of #0D9432
Black with #0D9432
Text Example
Text Example
White with #0D9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9432; }
p { color: rgb(13,148,50); }
H1.HeaderClassName
{
color: #0D9432;
}
.AnyTagClassName
{
color: #0D9432;
}
</style>
background-color css
<style>
a { background-color: #0D9432; }
a { background-color: rgb(13,148,50); }
div.DivClassName
{
background-color: #0D9432;
}
.BgClassName
{
background-color: #0D9432;
}
</style>
border-color css
<style>
span { border-color: #0D9432; }
span { border-color: rgb(13,148,50); }
td.TdClassName
{
border-color: #0D9432;
}
.TagClassName
{
border-color: #0D9432;
}
</style>