Shades of Forest Green #2A9021
Tints of Forest Green #2A9021
RGB
CMYK
RGB Variations
Color information
#2A9021 (or 0x2A9021) is known color: Forest Green. HEX triplet: 2A, 90 and 21. RGB value is (42,144,33). Sum of RGB (Red+Green+Blue) = 42+144+33=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9021 is #D56FDE. Grayscale: #656565. Windows color (decimal): -13987807 or 2199594. OLE color: 2199594.
HSL color Cylindrical-coordinate representation of color #2A9021: hue angle of 115.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A9021 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 33 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.44 |
| HSL | 115.14º | 0.63% | 0.35% | - |
| HSV(B) | 115.14º | 0.77% | 0.56% | - |
| XYZ | 11.2 | 20.55 | 4.81 | - |
| YUV | 100.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 33 | 0.71 | 0 | 0.77 | 0.44 | 115.14 | 0.63 | 0.35 |
| Hex | 2A | 90 | 21 | 47 | 0 | 4D | 2C | 73 | 3F | 23 |
| Octal | 52 | 220 | 41 | 107 | 0 | 115 | 54 | 163 | 77 | 43 |
| Binary | 101010 | 10010000 | 100001 | 1000111 | 0 | 1001101 | 101100 | 1110011 | 111111 | 100011 |
Color Harmonies of #2A9021
Complementary color
Monochromatic Colors of #2A9021
Black with #2A9021
Text Example
Text Example
White with #2A9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9021; }
p { color: rgb(42,144,33); }
H1.HeaderClassName
{
color: #2A9021;
}
.AnyTagClassName
{
color: #2A9021;
}
</style>
background-color css
<style>
a { background-color: #2A9021; }
a { background-color: rgb(42,144,33); }
div.DivClassName
{
background-color: #2A9021;
}
.BgClassName
{
background-color: #2A9021;
}
</style>
border-color css
<style>
span { border-color: #2A9021; }
span { border-color: rgb(42,144,33); }
td.TdClassName
{
border-color: #2A9021;
}
.TagClassName
{
border-color: #2A9021;
}
</style>