Shades of Forest Green #0D9322
Tints of Forest Green #0D9322
RGB
CMYK
RGB Variations
Color information
#0D9322 (or 0x0D9322) is known color: Forest Green. HEX triplet: 0D, 93 and 22. RGB value is (13,147,34). Sum of RGB (Red+Green+Blue) = 13+147+34=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 147 (57.81% from 255 or 75.77% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9322 is #F26CDD. Grayscale: #5E5E5E. Windows color (decimal): -15887582 or 2265869. OLE color: 2265869.
HSL color Cylindrical-coordinate representation of color #0D9322: hue angle of 129.4º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9322 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 34 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.42 |
| HSL | 129.4º | 0.84% | 0.31% | - |
| HSV(B) | 129.4º | 0.91% | 0.58% | - |
| XYZ | 10.89 | 21.07 | 5.01 | - |
| YUV | 94.05 | 94.11 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 34 | 0.91 | 0 | 0.77 | 0.42 | 129.4 | 0.84 | 0.31 |
| Hex | D | 93 | 22 | 5B | 0 | 4D | 2A | 81 | 54 | 1F |
| Octal | 15 | 223 | 42 | 133 | 0 | 115 | 52 | 201 | 124 | 37 |
| Binary | 1101 | 10010011 | 100010 | 1011011 | 0 | 1001101 | 101010 | 10000001 | 1010100 | 11111 |
Color Harmonies of #0D9322
Complementary color
Monochromatic Colors of #0D9322
Black with #0D9322
Text Example
Text Example
White with #0D9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9322; }
p { color: rgb(13,147,34); }
H1.HeaderClassName
{
color: #0D9322;
}
.AnyTagClassName
{
color: #0D9322;
}
</style>
background-color css
<style>
a { background-color: #0D9322; }
a { background-color: rgb(13,147,34); }
div.DivClassName
{
background-color: #0D9322;
}
.BgClassName
{
background-color: #0D9322;
}
</style>
border-color css
<style>
span { border-color: #0D9322; }
span { border-color: rgb(13,147,34); }
td.TdClassName
{
border-color: #0D9322;
}
.TagClassName
{
border-color: #0D9322;
}
</style>