Shades of Forest Green #2DAC19
Tints of Forest Green #2DAC19
RGB
CMYK
RGB Variations
Color information
#2DAC19 (or 0x2DAC19) is known color: Forest Green. HEX triplet: 2D, AC and 19. RGB value is (45,172,25). Sum of RGB (Red+Green+Blue) = 45+172+25=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC19 is #D253E6. Grayscale: #757575. Windows color (decimal): -13784039 or 1682477. OLE color: 1682477.
HSL color Cylindrical-coordinate representation of color #2DAC19: hue angle of 111.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DAC19 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 25 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.33 |
| HSL | 111.84º | 0.75% | 0.39% | - |
| HSV(B) | 111.84º | 0.85% | 0.67% | - |
| XYZ | 16.01 | 30.13 | 5.89 | - |
| YUV | 117.27 | 75.92 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 25 | 0.74 | 0 | 0.85 | 0.33 | 111.84 | 0.75 | 0.39 |
| Hex | 2D | AC | 19 | 4A | 0 | 55 | 21 | 70 | 4B | 27 |
| Octal | 55 | 254 | 31 | 112 | 0 | 125 | 41 | 160 | 113 | 47 |
| Binary | 101101 | 10101100 | 11001 | 1001010 | 0 | 1010101 | 100001 | 1110000 | 1001011 | 100111 |
Color Harmonies of #2DAC19
Complementary color
Monochromatic Colors of #2DAC19
Black with #2DAC19
Text Example
Text Example
White with #2DAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC19; }
p { color: rgb(45,172,25); }
H1.HeaderClassName
{
color: #2DAC19;
}
.AnyTagClassName
{
color: #2DAC19;
}
</style>
background-color css
<style>
a { background-color: #2DAC19; }
a { background-color: rgb(45,172,25); }
div.DivClassName
{
background-color: #2DAC19;
}
.BgClassName
{
background-color: #2DAC19;
}
</style>
border-color css
<style>
span { border-color: #2DAC19; }
span { border-color: rgb(45,172,25); }
td.TdClassName
{
border-color: #2DAC19;
}
.TagClassName
{
border-color: #2DAC19;
}
</style>