Shades of Forest Green #2AA304
Tints of Forest Green #2AA304
RGB
CMYK
RGB Variations
Color information
#2AA304 (or 0x2AA304) is known color: Forest Green. HEX triplet: 2A, A3 and 04. RGB value is (42,163,4). Sum of RGB (Red+Green+Blue) = 42+163+4=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA304 is #D55CFB. Grayscale: #6D6D6D. Windows color (decimal): -13982972 or 303914. OLE color: 303914.
HSL color Cylindrical-coordinate representation of color #2AA304: hue angle of 105.66º degrees, saturation: 0.95, 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 #2AA304 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.36 |
| HSL | 105.66º | 0.95% | 0.33% | - |
| HSV(B) | 105.66º | 0.98% | 0.64% | - |
| XYZ | 14.07 | 26.7 | 4.53 | - |
| YUV | 108.7 | 68.91 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 4 | 0.74 | 0 | 0.98 | 0.36 | 105.66 | 0.95 | 0.33 |
| Hex | 2A | A3 | 4 | 4A | 0 | 62 | 24 | 6A | 5F | 21 |
| Octal | 52 | 243 | 4 | 112 | 0 | 142 | 44 | 152 | 137 | 41 |
| Binary | 101010 | 10100011 | 100 | 1001010 | 0 | 1100010 | 100100 | 1101010 | 1011111 | 100001 |
Color Harmonies of #2AA304
Complementary color
Monochromatic Colors of #2AA304
Black with #2AA304
Text Example
Text Example
White with #2AA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA304; }
p { color: rgb(42,163,4); }
H1.HeaderClassName
{
color: #2AA304;
}
.AnyTagClassName
{
color: #2AA304;
}
</style>
background-color css
<style>
a { background-color: #2AA304; }
a { background-color: rgb(42,163,4); }
div.DivClassName
{
background-color: #2AA304;
}
.BgClassName
{
background-color: #2AA304;
}
</style>
border-color css
<style>
span { border-color: #2AA304; }
span { border-color: rgb(42,163,4); }
td.TdClassName
{
border-color: #2AA304;
}
.TagClassName
{
border-color: #2AA304;
}
</style>