Shades of Forest Green #0DA027
Tints of Forest Green #0DA027
RGB
CMYK
RGB Variations
Color information
#0DA027 (or 0x0DA027) is known color: Forest Green. HEX triplet: 0D, A0 and 27. RGB value is (13,160,39). Sum of RGB (Red+Green+Blue) = 13+160+39=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA027 is #F25FD8. Grayscale: #666666. Windows color (decimal): -15884249 or 2596877. OLE color: 2596877.
HSL color Cylindrical-coordinate representation of color #0DA027: hue angle of 130.61º 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 #0DA027 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 39 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.37 |
| HSL | 130.61º | 0.85% | 0.34% | - |
| HSV(B) | 130.61º | 0.92% | 0.63% | - |
| XYZ | 13.1 | 25.37 | 6.13 | - |
| YUV | 102.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 39 | 0.92 | 0 | 0.76 | 0.37 | 130.61 | 0.85 | 0.34 |
| Hex | D | A0 | 27 | 5C | 0 | 4C | 25 | 83 | 55 | 22 |
| Octal | 15 | 240 | 47 | 134 | 0 | 114 | 45 | 203 | 125 | 42 |
| Binary | 1101 | 10100000 | 100111 | 1011100 | 0 | 1001100 | 100101 | 10000011 | 1010101 | 100010 |
Color Harmonies of #0DA027
Complementary color
Monochromatic Colors of #0DA027
Black with #0DA027
Text Example
Text Example
White with #0DA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA027; }
p { color: rgb(13,160,39); }
H1.HeaderClassName
{
color: #0DA027;
}
.AnyTagClassName
{
color: #0DA027;
}
</style>
background-color css
<style>
a { background-color: #0DA027; }
a { background-color: rgb(13,160,39); }
div.DivClassName
{
background-color: #0DA027;
}
.BgClassName
{
background-color: #0DA027;
}
</style>
border-color css
<style>
span { border-color: #0DA027; }
span { border-color: rgb(13,160,39); }
td.TdClassName
{
border-color: #0DA027;
}
.TagClassName
{
border-color: #0DA027;
}
</style>