Shades of Forest Green #2DAC24
Tints of Forest Green #2DAC24
RGB
CMYK
RGB Variations
Color information
#2DAC24 (or 0x2DAC24) is known color: Forest Green. HEX triplet: 2D, AC and 24. RGB value is (45,172,36). Sum of RGB (Red+Green+Blue) = 45+172+36=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC24 is #D253DB. Grayscale: #767676. Windows color (decimal): -13784028 or 2403373. OLE color: 2403373.
HSL color Cylindrical-coordinate representation of color #2DAC24: hue angle of 116.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DAC24 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 36 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.33 |
| HSL | 116.03º | 0.65% | 0.41% | - |
| HSV(B) | 116.03º | 0.79% | 0.67% | - |
| XYZ | 16.15 | 30.19 | 6.65 | - |
| YUV | 118.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 36 | 0.74 | 0 | 0.79 | 0.33 | 116.03 | 0.65 | 0.41 |
| Hex | 2D | AC | 24 | 4A | 0 | 4F | 21 | 74 | 41 | 29 |
| Octal | 55 | 254 | 44 | 112 | 0 | 117 | 41 | 164 | 101 | 51 |
| Binary | 101101 | 10101100 | 100100 | 1001010 | 0 | 1001111 | 100001 | 1110100 | 1000001 | 101001 |
Color Harmonies of #2DAC24
Complementary color
Monochromatic Colors of #2DAC24
Black with #2DAC24
Text Example
Text Example
White with #2DAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC24; }
p { color: rgb(45,172,36); }
H1.HeaderClassName
{
color: #2DAC24;
}
.AnyTagClassName
{
color: #2DAC24;
}
</style>
background-color css
<style>
a { background-color: #2DAC24; }
a { background-color: rgb(45,172,36); }
div.DivClassName
{
background-color: #2DAC24;
}
.BgClassName
{
background-color: #2DAC24;
}
</style>
border-color css
<style>
span { border-color: #2DAC24; }
span { border-color: rgb(45,172,36); }
td.TdClassName
{
border-color: #2DAC24;
}
.TagClassName
{
border-color: #2DAC24;
}
</style>