Shades of Forest Green #2AA203
Tints of Forest Green #2AA203
RGB
CMYK
RGB Variations
Color information
#2AA203 (or 0x2AA203) is known color: Forest Green. HEX triplet: 2A, A2 and 03. RGB value is (42,162,3). Sum of RGB (Red+Green+Blue) = 42+162+3=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 162 (63.67% from 255 or 78.26% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA203 is #D55DFC. Grayscale: #6C6C6C. Windows color (decimal): -13983229 or 238122. OLE color: 238122.
HSL color Cylindrical-coordinate representation of color #2AA203: hue angle of 105.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AA203 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.36 |
| HSL | 105.28º | 0.96% | 0.32% | - |
| HSV(B) | 105.28º | 0.98% | 0.64% | - |
| XYZ | 13.89 | 26.34 | 4.44 | - |
| YUV | 107.99 | 68.74 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 3 | 0.74 | 0 | 0.98 | 0.36 | 105.28 | 0.96 | 0.32 |
| Hex | 2A | A2 | 3 | 4A | 0 | 62 | 24 | 69 | 60 | 20 |
| Octal | 52 | 242 | 3 | 112 | 0 | 142 | 44 | 151 | 140 | 40 |
| Binary | 101010 | 10100010 | 11 | 1001010 | 0 | 1100010 | 100100 | 1101001 | 1100000 | 100000 |
Color Harmonies of #2AA203
Complementary color
Monochromatic Colors of #2AA203
Black with #2AA203
Text Example
Text Example
White with #2AA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA203; }
p { color: rgb(42,162,3); }
H1.HeaderClassName
{
color: #2AA203;
}
.AnyTagClassName
{
color: #2AA203;
}
</style>
background-color css
<style>
a { background-color: #2AA203; }
a { background-color: rgb(42,162,3); }
div.DivClassName
{
background-color: #2AA203;
}
.BgClassName
{
background-color: #2AA203;
}
</style>
border-color css
<style>
span { border-color: #2AA203; }
span { border-color: rgb(42,162,3); }
td.TdClassName
{
border-color: #2AA203;
}
.TagClassName
{
border-color: #2AA203;
}
</style>