Shades of Forest Green #0D9429
Tints of Forest Green #0D9429
RGB
CMYK
RGB Variations
Color information
#0D9429 (or 0x0D9429) is known color: Forest Green. HEX triplet: 0D, 94 and 29. RGB value is (13,148,41). Sum of RGB (Red+Green+Blue) = 13+148+41=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9429 is #F26BD6. Grayscale: #5F5F5F. Windows color (decimal): -15887319 or 2724877. OLE color: 2724877.
HSL color Cylindrical-coordinate representation of color #0D9429: hue angle of 132.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 #0D9429 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 41 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.42 |
| HSL | 132.44º | 0.84% | 0.32% | - |
| HSV(B) | 132.44º | 0.91% | 0.58% | - |
| XYZ | 11.16 | 21.43 | 5.65 | - |
| YUV | 95.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 41 | 0.91 | 0 | 0.72 | 0.42 | 132.44 | 0.84 | 0.32 |
| Hex | D | 94 | 29 | 5B | 0 | 48 | 2A | 84 | 54 | 20 |
| Octal | 15 | 224 | 51 | 133 | 0 | 110 | 52 | 204 | 124 | 40 |
| Binary | 1101 | 10010100 | 101001 | 1011011 | 0 | 1001000 | 101010 | 10000100 | 1010100 | 100000 |
Color Harmonies of #0D9429
Complementary color
Monochromatic Colors of #0D9429
Black with #0D9429
Text Example
Text Example
White with #0D9429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9429; }
p { color: rgb(13,148,41); }
H1.HeaderClassName
{
color: #0D9429;
}
.AnyTagClassName
{
color: #0D9429;
}
</style>
background-color css
<style>
a { background-color: #0D9429; }
a { background-color: rgb(13,148,41); }
div.DivClassName
{
background-color: #0D9429;
}
.BgClassName
{
background-color: #0D9429;
}
</style>
border-color css
<style>
span { border-color: #0D9429; }
span { border-color: rgb(13,148,41); }
td.TdClassName
{
border-color: #0D9429;
}
.TagClassName
{
border-color: #0D9429;
}
</style>