Shades of Forest Green #2DAA28
Tints of Forest Green #2DAA28
RGB
CMYK
RGB Variations
Color information
#2DAA28 (or 0x2DAA28) is known color: Forest Green. HEX triplet: 2D, AA and 28. RGB value is (45,170,40). Sum of RGB (Red+Green+Blue) = 45+170+40=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA28 is #D255D7. Grayscale: #767676. Windows color (decimal): -13784536 or 2665005. OLE color: 2665005.
HSL color Cylindrical-coordinate representation of color #2DAA28: hue angle of 117.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DAA28 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 40 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.33 |
| HSL | 117.69º | 0.62% | 0.41% | - |
| HSV(B) | 117.69º | 0.76% | 0.67% | - |
| XYZ | 15.84 | 29.46 | 6.86 | - |
| YUV | 117.81 | 84.09 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 40 | 0.74 | 0 | 0.76 | 0.33 | 117.69 | 0.62 | 0.41 |
| Hex | 2D | AA | 28 | 4A | 0 | 4C | 21 | 76 | 3E | 29 |
| Octal | 55 | 252 | 50 | 112 | 0 | 114 | 41 | 166 | 76 | 51 |
| Binary | 101101 | 10101010 | 101000 | 1001010 | 0 | 1001100 | 100001 | 1110110 | 111110 | 101001 |
Color Harmonies of #2DAA28
Complementary color
Monochromatic Colors of #2DAA28
Black with #2DAA28
Text Example
Text Example
White with #2DAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA28; }
p { color: rgb(45,170,40); }
H1.HeaderClassName
{
color: #2DAA28;
}
.AnyTagClassName
{
color: #2DAA28;
}
</style>
background-color css
<style>
a { background-color: #2DAA28; }
a { background-color: rgb(45,170,40); }
div.DivClassName
{
background-color: #2DAA28;
}
.BgClassName
{
background-color: #2DAA28;
}
</style>
border-color css
<style>
span { border-color: #2DAA28; }
span { border-color: rgb(45,170,40); }
td.TdClassName
{
border-color: #2DAA28;
}
.TagClassName
{
border-color: #2DAA28;
}
</style>