Shades of Forest Green #2A801A
Tints of Forest Green #2A801A
RGB
CMYK
RGB Variations
Color information
#2A801A (or 0x2A801A) is known color: Forest Green. HEX triplet: 2A, 80 and 1A. RGB value is (42,128,26). Sum of RGB (Red+Green+Blue) = 42+128+26=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #2A801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A801A is #D57FE5. Grayscale: #5A5A5A. Windows color (decimal): -13991910 or 1736746. OLE color: 1736746.
HSL color Cylindrical-coordinate representation of color #2A801A: hue angle of 110.59º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A801A is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 26 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.50 |
| HSL | 110.59º | 0.66% | 0.3% | - |
| HSV(B) | 110.59º | 0.8% | 0.5% | - |
| XYZ | 8.86 | 16.01 | 3.6 | - |
| YUV | 90.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 26 | 0.67 | 0 | 0.80 | 0.50 | 110.59 | 0.66 | 0.3 |
| Hex | 2A | 80 | 1A | 43 | 0 | 50 | 32 | 6F | 42 | 1E |
| Octal | 52 | 200 | 32 | 103 | 0 | 120 | 62 | 157 | 102 | 36 |
| Binary | 101010 | 10000000 | 11010 | 1000011 | 0 | 1010000 | 110010 | 1101111 | 1000010 | 11110 |
Color Harmonies of #2A801A
Complementary color
Monochromatic Colors of #2A801A
Black with #2A801A
Text Example
Text Example
White with #2A801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A801A; }
p { color: rgb(42,128,26); }
H1.HeaderClassName
{
color: #2A801A;
}
.AnyTagClassName
{
color: #2A801A;
}
</style>
background-color css
<style>
a { background-color: #2A801A; }
a { background-color: rgb(42,128,26); }
div.DivClassName
{
background-color: #2A801A;
}
.BgClassName
{
background-color: #2A801A;
}
</style>
border-color css
<style>
span { border-color: #2A801A; }
span { border-color: rgb(42,128,26); }
td.TdClassName
{
border-color: #2A801A;
}
.TagClassName
{
border-color: #2A801A;
}
</style>