Shades of Forest Green #2AA403
Tints of Forest Green #2AA403
RGB
CMYK
RGB Variations
Color information
#2AA403 (or 0x2AA403) is known color: Forest Green. HEX triplet: 2A, A4 and 03. RGB value is (42,164,3). Sum of RGB (Red+Green+Blue) = 42+164+3=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA403 is #D55BFC. Grayscale: #6D6D6D. Windows color (decimal): -13982717 or 238634. OLE color: 238634.
HSL color Cylindrical-coordinate representation of color #2AA403: hue angle of 105.47º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AA403 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.36 |
| HSL | 105.47º | 0.96% | 0.33% | - |
| HSV(B) | 105.47º | 0.98% | 0.64% | - |
| XYZ | 14.25 | 27.05 | 4.56 | - |
| YUV | 109.17 | 68.08 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 3 | 0.74 | 0 | 0.98 | 0.36 | 105.47 | 0.96 | 0.33 |
| Hex | 2A | A4 | 3 | 4A | 0 | 62 | 24 | 69 | 60 | 21 |
| Octal | 52 | 244 | 3 | 112 | 0 | 142 | 44 | 151 | 140 | 41 |
| Binary | 101010 | 10100100 | 11 | 1001010 | 0 | 1100010 | 100100 | 1101001 | 1100000 | 100001 |
Color Harmonies of #2AA403
Complementary color
Monochromatic Colors of #2AA403
Black with #2AA403
Text Example
Text Example
White with #2AA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA403; }
p { color: rgb(42,164,3); }
H1.HeaderClassName
{
color: #2AA403;
}
.AnyTagClassName
{
color: #2AA403;
}
</style>
background-color css
<style>
a { background-color: #2AA403; }
a { background-color: rgb(42,164,3); }
div.DivClassName
{
background-color: #2AA403;
}
.BgClassName
{
background-color: #2AA403;
}
</style>
border-color css
<style>
span { border-color: #2AA403; }
span { border-color: rgb(42,164,3); }
td.TdClassName
{
border-color: #2AA403;
}
.TagClassName
{
border-color: #2AA403;
}
</style>