Shades of Forest Green #2AAA2A
Tints of Forest Green #2AAA2A
RGB
CMYK
RGB Variations
Color information
#2AAA2A (or 0x2AAA2A) is known color: Forest Green. HEX triplet: 2A, AA and 2A. RGB value is (42,170,42). Sum of RGB (Red+Green+Blue) = 42+170+42=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA2A is #D555D5. Grayscale: #757575. Windows color (decimal): -13981142 or 2796074. OLE color: 2796074.
HSL color Cylindrical-coordinate representation of color #2AAA2A: hue angle of 120º 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 #2AAA2A is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 42 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.33 |
| HSL | 120º | 0.6% | 0.42% | - |
| HSV(B) | 120º | 0.75% | 0.67% | - |
| XYZ | 15.75 | 29.41 | 7.04 | - |
| YUV | 117.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 42 | 0.75 | 0 | 0.75 | 0.33 | 120 | 0.6 | 0.42 |
| Hex | 2A | AA | 2A | 4B | 0 | 4B | 21 | 78 | 3C | 2A |
| Octal | 52 | 252 | 52 | 113 | 0 | 113 | 41 | 170 | 74 | 52 |
| Binary | 101010 | 10101010 | 101010 | 1001011 | 0 | 1001011 | 100001 | 1111000 | 111100 | 101010 |
Color Harmonies of #2AAA2A
Complementary color
Monochromatic Colors of #2AAA2A
Black with #2AAA2A
Text Example
Text Example
White with #2AAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA2A; }
p { color: rgb(42,170,42); }
H1.HeaderClassName
{
color: #2AAA2A;
}
.AnyTagClassName
{
color: #2AAA2A;
}
</style>
background-color css
<style>
a { background-color: #2AAA2A; }
a { background-color: rgb(42,170,42); }
div.DivClassName
{
background-color: #2AAA2A;
}
.BgClassName
{
background-color: #2AAA2A;
}
</style>
border-color css
<style>
span { border-color: #2AAA2A; }
span { border-color: rgb(42,170,42); }
td.TdClassName
{
border-color: #2AAA2A;
}
.TagClassName
{
border-color: #2AAA2A;
}
</style>