Shades of Forest Green #2A902E
Tints of Forest Green #2A902E
RGB
CMYK
RGB Variations
Color information
#2A902E (or 0x2A902E) is known color: Forest Green. HEX triplet: 2A, 90 and 2E. RGB value is (42,144,46). Sum of RGB (Red+Green+Blue) = 42+144+46=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #2A902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A902E is #D56FD1. Grayscale: #666666. Windows color (decimal): -13987794 or 3051562. OLE color: 3051562.
HSL color Cylindrical-coordinate representation of color #2A902E: hue angle of 122.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A902E is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 46 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.44 |
| HSL | 122.35º | 0.55% | 0.36% | - |
| HSV(B) | 122.35º | 0.71% | 0.56% | - |
| XYZ | 11.42 | 20.64 | 5.97 | - |
| YUV | 102.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 46 | 0.71 | 0 | 0.68 | 0.44 | 122.35 | 0.55 | 0.36 |
| Hex | 2A | 90 | 2E | 47 | 0 | 44 | 2C | 7A | 37 | 24 |
| Octal | 52 | 220 | 56 | 107 | 0 | 104 | 54 | 172 | 67 | 44 |
| Binary | 101010 | 10010000 | 101110 | 1000111 | 0 | 1000100 | 101100 | 1111010 | 110111 | 100100 |
Color Harmonies of #2A902E
Complementary color
Monochromatic Colors of #2A902E
Black with #2A902E
Text Example
Text Example
White with #2A902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A902E; }
p { color: rgb(42,144,46); }
H1.HeaderClassName
{
color: #2A902E;
}
.AnyTagClassName
{
color: #2A902E;
}
</style>
background-color css
<style>
a { background-color: #2A902E; }
a { background-color: rgb(42,144,46); }
div.DivClassName
{
background-color: #2A902E;
}
.BgClassName
{
background-color: #2A902E;
}
</style>
border-color css
<style>
span { border-color: #2A902E; }
span { border-color: rgb(42,144,46); }
td.TdClassName
{
border-color: #2A902E;
}
.TagClassName
{
border-color: #2A902E;
}
</style>