Shades of Forest Green #0DA527
Tints of Forest Green #0DA527
RGB
CMYK
RGB Variations
Color information
#0DA527 (or 0x0DA527) is known color: Forest Green. HEX triplet: 0D, A5 and 27. RGB value is (13,165,39). Sum of RGB (Red+Green+Blue) = 13+165+39=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 165 (64.84% from 255 or 76.04% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA527 is #F25AD8. Grayscale: #696969. Windows color (decimal): -15882969 or 2598157. OLE color: 2598157.
HSL color Cylindrical-coordinate representation of color #0DA527: hue angle of 130.26º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA527 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 39 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.35 |
| HSL | 130.26º | 0.85% | 0.35% | - |
| HSV(B) | 130.26º | 0.92% | 0.65% | - |
| XYZ | 13.99 | 27.14 | 6.42 | - |
| YUV | 105.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 39 | 0.92 | 0 | 0.76 | 0.35 | 130.26 | 0.85 | 0.35 |
| Hex | D | A5 | 27 | 5C | 0 | 4C | 23 | 82 | 55 | 23 |
| Octal | 15 | 245 | 47 | 134 | 0 | 114 | 43 | 202 | 125 | 43 |
| Binary | 1101 | 10100101 | 100111 | 1011100 | 0 | 1001100 | 100011 | 10000010 | 1010101 | 100011 |
Color Harmonies of #0DA527
Complementary color
Monochromatic Colors of #0DA527
Black with #0DA527
Text Example
Text Example
White with #0DA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA527; }
p { color: rgb(13,165,39); }
H1.HeaderClassName
{
color: #0DA527;
}
.AnyTagClassName
{
color: #0DA527;
}
</style>
background-color css
<style>
a { background-color: #0DA527; }
a { background-color: rgb(13,165,39); }
div.DivClassName
{
background-color: #0DA527;
}
.BgClassName
{
background-color: #0DA527;
}
</style>
border-color css
<style>
span { border-color: #0DA527; }
span { border-color: rgb(13,165,39); }
td.TdClassName
{
border-color: #0DA527;
}
.TagClassName
{
border-color: #0DA527;
}
</style>