Shades of Forest Green #0DA422
Tints of Forest Green #0DA422
RGB
CMYK
RGB Variations
Color information
#0DA422 (or 0x0DA422) is known color: Forest Green. HEX triplet: 0D, A4 and 22. RGB value is (13,164,34). Sum of RGB (Red+Green+Blue) = 13+164+34=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA422 is #F25BDD. Grayscale: #686868. Windows color (decimal): -15883230 or 2270221. OLE color: 2270221.
HSL color Cylindrical-coordinate representation of color #0DA422: hue angle of 128.34º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA422 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 34 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.36 |
| HSL | 128.34º | 0.85% | 0.35% | - |
| HSV(B) | 128.34º | 0.92% | 0.64% | - |
| XYZ | 13.73 | 26.75 | 5.95 | - |
| YUV | 104.03 | 88.47 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 34 | 0.92 | 0 | 0.79 | 0.36 | 128.34 | 0.85 | 0.35 |
| Hex | D | A4 | 22 | 5C | 0 | 4F | 24 | 80 | 55 | 23 |
| Octal | 15 | 244 | 42 | 134 | 0 | 117 | 44 | 200 | 125 | 43 |
| Binary | 1101 | 10100100 | 100010 | 1011100 | 0 | 1001111 | 100100 | 10000000 | 1010101 | 100011 |
Color Harmonies of #0DA422
Complementary color
Monochromatic Colors of #0DA422
Black with #0DA422
Text Example
Text Example
White with #0DA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA422; }
p { color: rgb(13,164,34); }
H1.HeaderClassName
{
color: #0DA422;
}
.AnyTagClassName
{
color: #0DA422;
}
</style>
background-color css
<style>
a { background-color: #0DA422; }
a { background-color: rgb(13,164,34); }
div.DivClassName
{
background-color: #0DA422;
}
.BgClassName
{
background-color: #0DA422;
}
</style>
border-color css
<style>
span { border-color: #0DA422; }
span { border-color: rgb(13,164,34); }
td.TdClassName
{
border-color: #0DA422;
}
.TagClassName
{
border-color: #0DA422;
}
</style>