Shades of Forest Green #0D9A29
Tints of Forest Green #0D9A29
RGB
CMYK
RGB Variations
Color information
#0D9A29 (or 0x0D9A29) is known color: Forest Green. HEX triplet: 0D, 9A and 29. RGB value is (13,154,41). Sum of RGB (Red+Green+Blue) = 13+154+41=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 154 (60.55% from 255 or 74.04% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A29 is #F265D6. Grayscale: #636363. Windows color (decimal): -15885783 or 2726413. OLE color: 2726413.
HSL color Cylindrical-coordinate representation of color #0D9A29: hue angle of 131.91º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A29 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 41 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.40 |
| HSL | 131.91º | 0.84% | 0.33% | - |
| HSV(B) | 131.91º | 0.92% | 0.6% | - |
| XYZ | 12.12 | 23.36 | 5.97 | - |
| YUV | 98.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 41 | 0.92 | 0 | 0.73 | 0.40 | 131.91 | 0.84 | 0.33 |
| Hex | D | 9A | 29 | 5C | 0 | 49 | 28 | 84 | 54 | 21 |
| Octal | 15 | 232 | 51 | 134 | 0 | 111 | 50 | 204 | 124 | 41 |
| Binary | 1101 | 10011010 | 101001 | 1011100 | 0 | 1001001 | 101000 | 10000100 | 1010100 | 100001 |
Color Harmonies of #0D9A29
Complementary color
Monochromatic Colors of #0D9A29
Black with #0D9A29
Text Example
Text Example
White with #0D9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A29; }
p { color: rgb(13,154,41); }
H1.HeaderClassName
{
color: #0D9A29;
}
.AnyTagClassName
{
color: #0D9A29;
}
</style>
background-color css
<style>
a { background-color: #0D9A29; }
a { background-color: rgb(13,154,41); }
div.DivClassName
{
background-color: #0D9A29;
}
.BgClassName
{
background-color: #0D9A29;
}
</style>
border-color css
<style>
span { border-color: #0D9A29; }
span { border-color: rgb(13,154,41); }
td.TdClassName
{
border-color: #0D9A29;
}
.TagClassName
{
border-color: #0D9A29;
}
</style>