Shades of Forest Green #2AA31D
Tints of Forest Green #2AA31D
RGB
CMYK
RGB Variations
Color information
#2AA31D (or 0x2AA31D) is known color: Forest Green. HEX triplet: 2A, A3 and 1D. RGB value is (42,163,29). Sum of RGB (Red+Green+Blue) = 42+163+29=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 163 (64.06% from 255 or 69.66% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA31D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA31D is #D55CE2. Grayscale: #6F6F6F. Windows color (decimal): -13982947 or 1942314. OLE color: 1942314.
HSL color Cylindrical-coordinate representation of color #2AA31D: hue angle of 114.18º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AA31D is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 29 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.36 |
| HSL | 114.18º | 0.7% | 0.38% | - |
| HSV(B) | 114.18º | 0.82% | 0.64% | - |
| XYZ | 14.27 | 26.78 | 5.58 | - |
| YUV | 111.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 29 | 0.74 | 0 | 0.82 | 0.36 | 114.18 | 0.7 | 0.38 |
| Hex | 2A | A3 | 1D | 4A | 0 | 52 | 24 | 72 | 46 | 26 |
| Octal | 52 | 243 | 35 | 112 | 0 | 122 | 44 | 162 | 106 | 46 |
| Binary | 101010 | 10100011 | 11101 | 1001010 | 0 | 1010010 | 100100 | 1110010 | 1000110 | 100110 |
Color Harmonies of #2AA31D
Complementary color
Monochromatic Colors of #2AA31D
Black with #2AA31D
Text Example
Text Example
White with #2AA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA31D; }
p { color: rgb(42,163,29); }
H1.HeaderClassName
{
color: #2AA31D;
}
.AnyTagClassName
{
color: #2AA31D;
}
</style>
background-color css
<style>
a { background-color: #2AA31D; }
a { background-color: rgb(42,163,29); }
div.DivClassName
{
background-color: #2AA31D;
}
.BgClassName
{
background-color: #2AA31D;
}
</style>
border-color css
<style>
span { border-color: #2AA31D; }
span { border-color: rgb(42,163,29); }
td.TdClassName
{
border-color: #2AA31D;
}
.TagClassName
{
border-color: #2AA31D;
}
</style>