Shades of Forest Green #2A8802
Tints of Forest Green #2A8802
RGB
CMYK
RGB Variations
Color information
#2A8802 (or 0x2A8802) is known color: Forest Green. HEX triplet: 2A, 88 and 02. RGB value is (42,136,2). Sum of RGB (Red+Green+Blue) = 42+136+2=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 136 (53.52% from 255 or 75.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8802 is #D577FD. Grayscale: #5D5D5D. Windows color (decimal): -13989886 or 165930. OLE color: 165930.
HSL color Cylindrical-coordinate representation of color #2A8802: hue angle of 102.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A8802 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.47 |
| HSL | 102.09º | 0.97% | 0.27% | - |
| HSV(B) | 102.09º | 0.99% | 0.53% | - |
| XYZ | 9.77 | 18.1 | 3.04 | - |
| YUV | 92.62 | 76.86 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 2 | 0.69 | 0 | 0.99 | 0.47 | 102.09 | 0.97 | 0.27 |
| Hex | 2A | 88 | 2 | 45 | 0 | 63 | 2F | 66 | 61 | 1B |
| Octal | 52 | 210 | 2 | 105 | 0 | 143 | 57 | 146 | 141 | 33 |
| Binary | 101010 | 10001000 | 10 | 1000101 | 0 | 1100011 | 101111 | 1100110 | 1100001 | 11011 |
Color Harmonies of #2A8802
Complementary color
Monochromatic Colors of #2A8802
Black with #2A8802
Text Example
Text Example
White with #2A8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8802; }
p { color: rgb(42,136,2); }
H1.HeaderClassName
{
color: #2A8802;
}
.AnyTagClassName
{
color: #2A8802;
}
</style>
background-color css
<style>
a { background-color: #2A8802; }
a { background-color: rgb(42,136,2); }
div.DivClassName
{
background-color: #2A8802;
}
.BgClassName
{
background-color: #2A8802;
}
</style>
border-color css
<style>
span { border-color: #2A8802; }
span { border-color: rgb(42,136,2); }
td.TdClassName
{
border-color: #2A8802;
}
.TagClassName
{
border-color: #2A8802;
}
</style>