Shades of Forest Green #2DAA24
Tints of Forest Green #2DAA24
RGB
CMYK
RGB Variations
Color information
#2DAA24 (or 0x2DAA24) is known color: Forest Green. HEX triplet: 2D, AA and 24. RGB value is (45,170,36). Sum of RGB (Red+Green+Blue) = 45+170+36=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA24 is #D255DB. Grayscale: #757575. Windows color (decimal): -13784540 or 2402861. OLE color: 2402861.
HSL color Cylindrical-coordinate representation of color #2DAA24: hue angle of 115.97º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DAA24 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 36 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.33 |
| HSL | 115.97º | 0.65% | 0.4% | - |
| HSV(B) | 115.97º | 0.79% | 0.67% | - |
| XYZ | 15.78 | 29.43 | 6.52 | - |
| YUV | 117.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 36 | 0.74 | 0 | 0.79 | 0.33 | 115.97 | 0.65 | 0.4 |
| Hex | 2D | AA | 24 | 4A | 0 | 4F | 21 | 74 | 41 | 28 |
| Octal | 55 | 252 | 44 | 112 | 0 | 117 | 41 | 164 | 101 | 50 |
| Binary | 101101 | 10101010 | 100100 | 1001010 | 0 | 1001111 | 100001 | 1110100 | 1000001 | 101000 |
Color Harmonies of #2DAA24
Complementary color
Monochromatic Colors of #2DAA24
Black with #2DAA24
Text Example
Text Example
White with #2DAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA24; }
p { color: rgb(45,170,36); }
H1.HeaderClassName
{
color: #2DAA24;
}
.AnyTagClassName
{
color: #2DAA24;
}
</style>
background-color css
<style>
a { background-color: #2DAA24; }
a { background-color: rgb(45,170,36); }
div.DivClassName
{
background-color: #2DAA24;
}
.BgClassName
{
background-color: #2DAA24;
}
</style>
border-color css
<style>
span { border-color: #2DAA24; }
span { border-color: rgb(45,170,36); }
td.TdClassName
{
border-color: #2DAA24;
}
.TagClassName
{
border-color: #2DAA24;
}
</style>