Shades of Forest Green #0DA222
Tints of Forest Green #0DA222
RGB
CMYK
RGB Variations
Color information
#0DA222 (or 0x0DA222) is known color: Forest Green. HEX triplet: 0D, A2 and 22. RGB value is (13,162,34). Sum of RGB (Red+Green+Blue) = 13+162+34=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 162 (63.67% from 255 or 77.51% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA222 is #F25DDD. Grayscale: #676767. Windows color (decimal): -15883742 or 2269709. OLE color: 2269709.
HSL color Cylindrical-coordinate representation of color #0DA222: hue angle of 128.46º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA222 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 34 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.36 |
| HSL | 128.46º | 0.85% | 0.34% | - |
| HSV(B) | 128.46º | 0.92% | 0.64% | - |
| XYZ | 13.38 | 26.04 | 5.83 | - |
| YUV | 102.86 | 89.14 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 34 | 0.92 | 0 | 0.79 | 0.36 | 128.46 | 0.85 | 0.34 |
| Hex | D | A2 | 22 | 5C | 0 | 4F | 24 | 80 | 55 | 22 |
| Octal | 15 | 242 | 42 | 134 | 0 | 117 | 44 | 200 | 125 | 42 |
| Binary | 1101 | 10100010 | 100010 | 1011100 | 0 | 1001111 | 100100 | 10000000 | 1010101 | 100010 |
Color Harmonies of #0DA222
Complementary color
Monochromatic Colors of #0DA222
Black with #0DA222
Text Example
Text Example
White with #0DA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA222; }
p { color: rgb(13,162,34); }
H1.HeaderClassName
{
color: #0DA222;
}
.AnyTagClassName
{
color: #0DA222;
}
</style>
background-color css
<style>
a { background-color: #0DA222; }
a { background-color: rgb(13,162,34); }
div.DivClassName
{
background-color: #0DA222;
}
.BgClassName
{
background-color: #0DA222;
}
</style>
border-color css
<style>
span { border-color: #0DA222; }
span { border-color: rgb(13,162,34); }
td.TdClassName
{
border-color: #0DA222;
}
.TagClassName
{
border-color: #0DA222;
}
</style>