Shades of Forest Green #2AAC29
Tints of Forest Green #2AAC29
RGB
CMYK
RGB Variations
Color information
#2AAC29 (or 0x2AAC29) is known color: Forest Green. HEX triplet: 2A, AC and 29. RGB value is (42,172,41). Sum of RGB (Red+Green+Blue) = 42+172+41=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC29 is #D553D6. Grayscale: #767676. Windows color (decimal): -13980631 or 2731050. OLE color: 2731050.
HSL color Cylindrical-coordinate representation of color #2AAC29: hue angle of 119.54º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC29 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 41 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.33 |
| HSL | 119.54º | 0.62% | 0.42% | - |
| HSV(B) | 119.54º | 0.76% | 0.67% | - |
| XYZ | 16.11 | 30.16 | 7.07 | - |
| YUV | 118.2 | 84.43 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 41 | 0.76 | 0 | 0.76 | 0.33 | 119.54 | 0.62 | 0.42 |
| Hex | 2A | AC | 29 | 4C | 0 | 4C | 21 | 78 | 3E | 2A |
| Octal | 52 | 254 | 51 | 114 | 0 | 114 | 41 | 170 | 76 | 52 |
| Binary | 101010 | 10101100 | 101001 | 1001100 | 0 | 1001100 | 100001 | 1111000 | 111110 | 101010 |
Color Harmonies of #2AAC29
Complementary color
Monochromatic Colors of #2AAC29
Black with #2AAC29
Text Example
Text Example
White with #2AAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC29; }
p { color: rgb(42,172,41); }
H1.HeaderClassName
{
color: #2AAC29;
}
.AnyTagClassName
{
color: #2AAC29;
}
</style>
background-color css
<style>
a { background-color: #2AAC29; }
a { background-color: rgb(42,172,41); }
div.DivClassName
{
background-color: #2AAC29;
}
.BgClassName
{
background-color: #2AAC29;
}
</style>
border-color css
<style>
span { border-color: #2AAC29; }
span { border-color: rgb(42,172,41); }
td.TdClassName
{
border-color: #2AAC29;
}
.TagClassName
{
border-color: #2AAC29;
}
</style>