Shades of Forest Green #0DA01B
Tints of Forest Green #0DA01B
RGB
CMYK
RGB Variations
Color information
#0DA01B (or 0x0DA01B) is known color: Forest Green. HEX triplet: 0D, A0 and 1B. RGB value is (13,160,27). Sum of RGB (Red+Green+Blue) = 13+160+27=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA01B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA01B is #F25FE4. Grayscale: #656565. Windows color (decimal): -15884261 or 1810445. OLE color: 1810445.
HSL color Cylindrical-coordinate representation of color #0DA01B: hue angle of 125.71º 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 #0DA01B is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 27 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.37 |
| HSL | 125.71º | 0.85% | 0.34% | - |
| HSV(B) | 125.71º | 0.92% | 0.63% | - |
| XYZ | 12.93 | 25.31 | 5.24 | - |
| YUV | 100.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 27 | 0.92 | 0 | 0.83 | 0.37 | 125.71 | 0.85 | 0.34 |
| Hex | D | A0 | 1B | 5C | 0 | 53 | 25 | 7E | 55 | 22 |
| Octal | 15 | 240 | 33 | 134 | 0 | 123 | 45 | 176 | 125 | 42 |
| Binary | 1101 | 10100000 | 11011 | 1011100 | 0 | 1010011 | 100101 | 1111110 | 1010101 | 100010 |
Color Harmonies of #0DA01B
Complementary color
Monochromatic Colors of #0DA01B
Black with #0DA01B
Text Example
Text Example
White with #0DA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA01B; }
p { color: rgb(13,160,27); }
H1.HeaderClassName
{
color: #0DA01B;
}
.AnyTagClassName
{
color: #0DA01B;
}
</style>
background-color css
<style>
a { background-color: #0DA01B; }
a { background-color: rgb(13,160,27); }
div.DivClassName
{
background-color: #0DA01B;
}
.BgClassName
{
background-color: #0DA01B;
}
</style>
border-color css
<style>
span { border-color: #0DA01B; }
span { border-color: rgb(13,160,27); }
td.TdClassName
{
border-color: #0DA01B;
}
.TagClassName
{
border-color: #0DA01B;
}
</style>