Shades of Forest Green #2DA019
Tints of Forest Green #2DA019
RGB
CMYK
RGB Variations
Color information
#2DA019 (or 0x2DA019) is known color: Forest Green. HEX triplet: 2D, A0 and 19. RGB value is (45,160,25). Sum of RGB (Red+Green+Blue) = 45+160+25=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA019 is #D25FE6. Grayscale: #6E6E6E. Windows color (decimal): -13787111 or 1679405. OLE color: 1679405.
HSL color Cylindrical-coordinate representation of color #2DA019: hue angle of 111.11º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DA019 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 25 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.37 |
| HSL | 111.11º | 0.73% | 0.36% | - |
| HSV(B) | 111.11º | 0.84% | 0.63% | - |
| XYZ | 13.83 | 25.77 | 5.16 | - |
| YUV | 110.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 25 | 0.72 | 0 | 0.84 | 0.37 | 111.11 | 0.73 | 0.36 |
| Hex | 2D | A0 | 19 | 48 | 0 | 54 | 25 | 6F | 49 | 24 |
| Octal | 55 | 240 | 31 | 110 | 0 | 124 | 45 | 157 | 111 | 44 |
| Binary | 101101 | 10100000 | 11001 | 1001000 | 0 | 1010100 | 100101 | 1101111 | 1001001 | 100100 |
Color Harmonies of #2DA019
Complementary color
Monochromatic Colors of #2DA019
Black with #2DA019
Text Example
Text Example
White with #2DA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA019; }
p { color: rgb(45,160,25); }
H1.HeaderClassName
{
color: #2DA019;
}
.AnyTagClassName
{
color: #2DA019;
}
</style>
background-color css
<style>
a { background-color: #2DA019; }
a { background-color: rgb(45,160,25); }
div.DivClassName
{
background-color: #2DA019;
}
.BgClassName
{
background-color: #2DA019;
}
</style>
border-color css
<style>
span { border-color: #2DA019; }
span { border-color: rgb(45,160,25); }
td.TdClassName
{
border-color: #2DA019;
}
.TagClassName
{
border-color: #2DA019;
}
</style>