Shades of Forest Green #0DA021
Tints of Forest Green #0DA021
RGB
CMYK
RGB Variations
Color information
#0DA021 (or 0x0DA021) is known color: Forest Green. HEX triplet: 0D, A0 and 21. RGB value is (13,160,33). Sum of RGB (Red+Green+Blue) = 13+160+33=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 160 (62.89% from 255 or 77.67% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA021 is #F25FDE. Grayscale: #656565. Windows color (decimal): -15884255 or 2203661. OLE color: 2203661.
HSL color Cylindrical-coordinate representation of color #0DA021: hue angle of 128.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA021 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 33 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.37 |
| HSL | 128.16º | 0.85% | 0.34% | - |
| HSV(B) | 128.16º | 0.92% | 0.63% | - |
| XYZ | 13.01 | 25.34 | 5.64 | - |
| YUV | 101.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 33 | 0.92 | 0 | 0.79 | 0.37 | 128.16 | 0.85 | 0.34 |
| Hex | D | A0 | 21 | 5C | 0 | 4F | 25 | 80 | 55 | 22 |
| Octal | 15 | 240 | 41 | 134 | 0 | 117 | 45 | 200 | 125 | 42 |
| Binary | 1101 | 10100000 | 100001 | 1011100 | 0 | 1001111 | 100101 | 10000000 | 1010101 | 100010 |
Color Harmonies of #0DA021
Complementary color
Monochromatic Colors of #0DA021
Black with #0DA021
Text Example
Text Example
White with #0DA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA021; }
p { color: rgb(13,160,33); }
H1.HeaderClassName
{
color: #0DA021;
}
.AnyTagClassName
{
color: #0DA021;
}
</style>
background-color css
<style>
a { background-color: #0DA021; }
a { background-color: rgb(13,160,33); }
div.DivClassName
{
background-color: #0DA021;
}
.BgClassName
{
background-color: #0DA021;
}
</style>
border-color css
<style>
span { border-color: #0DA021; }
span { border-color: rgb(13,160,33); }
td.TdClassName
{
border-color: #0DA021;
}
.TagClassName
{
border-color: #0DA021;
}
</style>