Shades of Forest Green #0D8622
Tints of Forest Green #0D8622
RGB
CMYK
RGB Variations
Color information
#0D8622 (or 0x0D8622) is known color: Forest Green. HEX triplet: 0D, 86 and 22. RGB value is (13,134,34). Sum of RGB (Red+Green+Blue) = 13+134+34=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8622 is #F279DD. Grayscale: #565656. Windows color (decimal): -15890910 or 2262541. OLE color: 2262541.
HSL color Cylindrical-coordinate representation of color #0D8622: hue angle of 130.41º 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 #0D8622 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 34 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.47 |
| HSL | 130.41º | 0.82% | 0.29% | - |
| HSV(B) | 130.41º | 0.9% | 0.53% | - |
| XYZ | 8.98 | 17.25 | 4.37 | - |
| YUV | 86.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 34 | 0.90 | 0 | 0.75 | 0.47 | 130.41 | 0.82 | 0.29 |
| Hex | D | 86 | 22 | 5A | 0 | 4B | 2F | 82 | 52 | 1D |
| Octal | 15 | 206 | 42 | 132 | 0 | 113 | 57 | 202 | 122 | 35 |
| Binary | 1101 | 10000110 | 100010 | 1011010 | 0 | 1001011 | 101111 | 10000010 | 1010010 | 11101 |
Color Harmonies of #0D8622
Complementary color
Monochromatic Colors of #0D8622
Black with #0D8622
Text Example
Text Example
White with #0D8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8622; }
p { color: rgb(13,134,34); }
H1.HeaderClassName
{
color: #0D8622;
}
.AnyTagClassName
{
color: #0D8622;
}
</style>
background-color css
<style>
a { background-color: #0D8622; }
a { background-color: rgb(13,134,34); }
div.DivClassName
{
background-color: #0D8622;
}
.BgClassName
{
background-color: #0D8622;
}
</style>
border-color css
<style>
span { border-color: #0D8622; }
span { border-color: rgb(13,134,34); }
td.TdClassName
{
border-color: #0D8622;
}
.TagClassName
{
border-color: #0D8622;
}
</style>