Shades of Forest Green #2A8602
Tints of Forest Green #2A8602
RGB
CMYK
RGB Variations
Color information
#2A8602 (or 0x2A8602) is known color: Forest Green. HEX triplet: 2A, 86 and 02. RGB value is (42,134,2). Sum of RGB (Red+Green+Blue) = 42+134+2=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8602 is #D579FD. Grayscale: #5B5B5B. Windows color (decimal): -13990398 or 165418. OLE color: 165418.
HSL color Cylindrical-coordinate representation of color #2A8602: hue angle of 101.82º 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 #2A8602 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.47 |
| HSL | 101.82º | 0.97% | 0.27% | - |
| HSV(B) | 101.82º | 0.99% | 0.53% | - |
| XYZ | 9.49 | 17.55 | 2.94 | - |
| YUV | 91.44 | 77.52 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 2 | 0.69 | 0 | 0.99 | 0.47 | 101.82 | 0.97 | 0.27 |
| Hex | 2A | 86 | 2 | 45 | 0 | 63 | 2F | 66 | 61 | 1B |
| Octal | 52 | 206 | 2 | 105 | 0 | 143 | 57 | 146 | 141 | 33 |
| Binary | 101010 | 10000110 | 10 | 1000101 | 0 | 1100011 | 101111 | 1100110 | 1100001 | 11011 |
Color Harmonies of #2A8602
Complementary color
Monochromatic Colors of #2A8602
Black with #2A8602
Text Example
Text Example
White with #2A8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8602; }
p { color: rgb(42,134,2); }
H1.HeaderClassName
{
color: #2A8602;
}
.AnyTagClassName
{
color: #2A8602;
}
</style>
background-color css
<style>
a { background-color: #2A8602; }
a { background-color: rgb(42,134,2); }
div.DivClassName
{
background-color: #2A8602;
}
.BgClassName
{
background-color: #2A8602;
}
</style>
border-color css
<style>
span { border-color: #2A8602; }
span { border-color: rgb(42,134,2); }
td.TdClassName
{
border-color: #2A8602;
}
.TagClassName
{
border-color: #2A8602;
}
</style>