Shades of Forest Green #2AAA2D
Tints of Forest Green #2AAA2D
RGB
CMYK
RGB Variations
Color information
#2AAA2D (or 0x2AAA2D) is known color: Forest Green. HEX triplet: 2A, AA and 2D. RGB value is (42,170,45). Sum of RGB (Red+Green+Blue) = 42+170+45=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA2D is #D555D2. Grayscale: #757575. Windows color (decimal): -13981139 or 2992682. OLE color: 2992682.
HSL color Cylindrical-coordinate representation of color #2AAA2D: hue angle of 121.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA2D is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 45 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.33 |
| HSL | 121.41º | 0.6% | 0.42% | - |
| HSV(B) | 121.41º | 0.75% | 0.67% | - |
| XYZ | 15.8 | 29.43 | 7.33 | - |
| YUV | 117.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 45 | 0.75 | 0 | 0.74 | 0.33 | 121.41 | 0.6 | 0.42 |
| Hex | 2A | AA | 2D | 4B | 0 | 4A | 21 | 79 | 3C | 2A |
| Octal | 52 | 252 | 55 | 113 | 0 | 112 | 41 | 171 | 74 | 52 |
| Binary | 101010 | 10101010 | 101101 | 1001011 | 0 | 1001010 | 100001 | 1111001 | 111100 | 101010 |
Color Harmonies of #2AAA2D
Complementary color
Monochromatic Colors of #2AAA2D
Black with #2AAA2D
Text Example
Text Example
White with #2AAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA2D; }
p { color: rgb(42,170,45); }
H1.HeaderClassName
{
color: #2AAA2D;
}
.AnyTagClassName
{
color: #2AAA2D;
}
</style>
background-color css
<style>
a { background-color: #2AAA2D; }
a { background-color: rgb(42,170,45); }
div.DivClassName
{
background-color: #2AAA2D;
}
.BgClassName
{
background-color: #2AAA2D;
}
</style>
border-color css
<style>
span { border-color: #2AAA2D; }
span { border-color: rgb(42,170,45); }
td.TdClassName
{
border-color: #2AAA2D;
}
.TagClassName
{
border-color: #2AAA2D;
}
</style>