Shades of Forest Green #0D8629
Tints of Forest Green #0D8629
RGB
CMYK
RGB Variations
Color information
#0D8629 (or 0x0D8629) is known color: Forest Green. HEX triplet: 0D, 86 and 29. RGB value is (13,134,41). Sum of RGB (Red+Green+Blue) = 13+134+41=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8629 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8629 is #F279D6. Grayscale: #575757. Windows color (decimal): -15890903 or 2721293. OLE color: 2721293.
HSL color Cylindrical-coordinate representation of color #0D8629: hue angle of 133.88º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8629 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 41 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.47 |
| HSL | 133.88º | 0.82% | 0.29% | - |
| HSV(B) | 133.88º | 0.9% | 0.53% | - |
| XYZ | 9.09 | 17.3 | 4.96 | - |
| YUV | 87.22 | 101.91 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 41 | 0.90 | 0 | 0.69 | 0.47 | 133.88 | 0.82 | 0.29 |
| Hex | D | 86 | 29 | 5A | 0 | 45 | 2F | 86 | 52 | 1D |
| Octal | 15 | 206 | 51 | 132 | 0 | 105 | 57 | 206 | 122 | 35 |
| Binary | 1101 | 10000110 | 101001 | 1011010 | 0 | 1000101 | 101111 | 10000110 | 1010010 | 11101 |
Color Harmonies of #0D8629
Complementary color
Monochromatic Colors of #0D8629
Black with #0D8629
Text Example
Text Example
White with #0D8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8629; }
p { color: rgb(13,134,41); }
H1.HeaderClassName
{
color: #0D8629;
}
.AnyTagClassName
{
color: #0D8629;
}
</style>
background-color css
<style>
a { background-color: #0D8629; }
a { background-color: rgb(13,134,41); }
div.DivClassName
{
background-color: #0D8629;
}
.BgClassName
{
background-color: #0D8629;
}
</style>
border-color css
<style>
span { border-color: #0D8629; }
span { border-color: rgb(13,134,41); }
td.TdClassName
{
border-color: #0D8629;
}
.TagClassName
{
border-color: #0D8629;
}
</style>