Shades of Forest Green #0DA21C
Tints of Forest Green #0DA21C
RGB
CMYK
RGB Variations
Color information
#0DA21C (or 0x0DA21C) is known color: Forest Green. HEX triplet: 0D, A2 and 1C. RGB value is (13,162,28). Sum of RGB (Red+Green+Blue) = 13+162+28=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA21C is #F25DE3. Grayscale: #666666. Windows color (decimal): -15883748 or 1876493. OLE color: 1876493.
HSL color Cylindrical-coordinate representation of color #0DA21C: hue angle of 126.04º 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 #0DA21C is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 28 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.36 |
| HSL | 126.04º | 0.85% | 0.34% | - |
| HSV(B) | 126.04º | 0.92% | 0.64% | - |
| XYZ | 13.3 | 26.01 | 5.42 | - |
| YUV | 102.17 | 86.14 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 28 | 0.92 | 0 | 0.83 | 0.36 | 126.04 | 0.85 | 0.34 |
| Hex | D | A2 | 1C | 5C | 0 | 53 | 24 | 7E | 55 | 22 |
| Octal | 15 | 242 | 34 | 134 | 0 | 123 | 44 | 176 | 125 | 42 |
| Binary | 1101 | 10100010 | 11100 | 1011100 | 0 | 1010011 | 100100 | 1111110 | 1010101 | 100010 |
Color Harmonies of #0DA21C
Complementary color
Monochromatic Colors of #0DA21C
Black with #0DA21C
Text Example
Text Example
White with #0DA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA21C; }
p { color: rgb(13,162,28); }
H1.HeaderClassName
{
color: #0DA21C;
}
.AnyTagClassName
{
color: #0DA21C;
}
</style>
background-color css
<style>
a { background-color: #0DA21C; }
a { background-color: rgb(13,162,28); }
div.DivClassName
{
background-color: #0DA21C;
}
.BgClassName
{
background-color: #0DA21C;
}
</style>
border-color css
<style>
span { border-color: #0DA21C; }
span { border-color: rgb(13,162,28); }
td.TdClassName
{
border-color: #0DA21C;
}
.TagClassName
{
border-color: #0DA21C;
}
</style>