Shades of Forest Green #0D8A29
Tints of Forest Green #0D8A29
RGB
CMYK
RGB Variations
Color information
#0D8A29 (or 0x0D8A29) is known color: Forest Green. HEX triplet: 0D, 8A and 29. RGB value is (13,138,41). Sum of RGB (Red+Green+Blue) = 13+138+41=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8A29 is #F275D6. Grayscale: #595959. Windows color (decimal): -15889879 or 2722317. OLE color: 2722317.
HSL color Cylindrical-coordinate representation of color #0D8A29: hue angle of 133.44º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8A29 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 138 | 41 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.46 |
| HSL | 133.44º | 0.83% | 0.3% | - |
| HSV(B) | 133.44º | 0.91% | 0.54% | - |
| XYZ | 9.65 | 18.42 | 5.14 | - |
| YUV | 89.57 | 100.59 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 41 | 0.91 | 0 | 0.70 | 0.46 | 133.44 | 0.83 | 0.3 |
| Hex | D | 8A | 29 | 5B | 0 | 46 | 2E | 85 | 53 | 1E |
| Octal | 15 | 212 | 51 | 133 | 0 | 106 | 56 | 205 | 123 | 36 |
| Binary | 1101 | 10001010 | 101001 | 1011011 | 0 | 1000110 | 101110 | 10000101 | 1010011 | 11110 |
Color Harmonies of #0D8A29
Complementary color
Monochromatic Colors of #0D8A29
Black with #0D8A29
Text Example
Text Example
White with #0D8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A29; }
p { color: rgb(13,138,41); }
H1.HeaderClassName
{
color: #0D8A29;
}
.AnyTagClassName
{
color: #0D8A29;
}
</style>
background-color css
<style>
a { background-color: #0D8A29; }
a { background-color: rgb(13,138,41); }
div.DivClassName
{
background-color: #0D8A29;
}
.BgClassName
{
background-color: #0D8A29;
}
</style>
border-color css
<style>
span { border-color: #0D8A29; }
span { border-color: rgb(13,138,41); }
td.TdClassName
{
border-color: #0D8A29;
}
.TagClassName
{
border-color: #0D8A29;
}
</style>