Shades of Forest Green #0DA51D
Tints of Forest Green #0DA51D
RGB
CMYK
RGB Variations
Color information
#0DA51D (or 0x0DA51D) is known color: Forest Green. HEX triplet: 0D, A5 and 1D. RGB value is (13,165,29). Sum of RGB (Red+Green+Blue) = 13+165+29=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 165 (64.84% from 255 or 79.71% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA51D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA51D is #F25AE2. Grayscale: #686868. Windows color (decimal): -15882979 or 1942797. OLE color: 1942797.
HSL color Cylindrical-coordinate representation of color #0DA51D: hue angle of 126.32º 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 #0DA51D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 29 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.35 |
| HSL | 126.32º | 0.85% | 0.35% | - |
| HSV(B) | 126.32º | 0.92% | 0.65% | - |
| XYZ | 13.84 | 27.08 | 5.66 | - |
| YUV | 104.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 29 | 0.92 | 0 | 0.82 | 0.35 | 126.32 | 0.85 | 0.35 |
| Hex | D | A5 | 1D | 5C | 0 | 52 | 23 | 7E | 55 | 23 |
| Octal | 15 | 245 | 35 | 134 | 0 | 122 | 43 | 176 | 125 | 43 |
| Binary | 1101 | 10100101 | 11101 | 1011100 | 0 | 1010010 | 100011 | 1111110 | 1010101 | 100011 |
Color Harmonies of #0DA51D
Complementary color
Monochromatic Colors of #0DA51D
Black with #0DA51D
Text Example
Text Example
White with #0DA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA51D; }
p { color: rgb(13,165,29); }
H1.HeaderClassName
{
color: #0DA51D;
}
.AnyTagClassName
{
color: #0DA51D;
}
</style>
background-color css
<style>
a { background-color: #0DA51D; }
a { background-color: rgb(13,165,29); }
div.DivClassName
{
background-color: #0DA51D;
}
.BgClassName
{
background-color: #0DA51D;
}
</style>
border-color css
<style>
span { border-color: #0DA51D; }
span { border-color: rgb(13,165,29); }
td.TdClassName
{
border-color: #0DA51D;
}
.TagClassName
{
border-color: #0DA51D;
}
</style>