Shades of Forest Green #2A8700
Tints of Forest Green #2A8700
RGB
CMYK
RGB Variations
Color information
#2A8700 (or 0x2A8700) is known color: Forest Green. HEX triplet: 2A, 87 and 00. RGB value is (42,135,0). Sum of RGB (Red+Green+Blue) = 42+135+0=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 135 (53.12% from 255 or 76.27% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8700 is #D578FF. Grayscale: #5C5C5C. Windows color (decimal): -13990144 or 34602. OLE color: 34602.
HSL color Cylindrical-coordinate representation of color #2A8700: hue angle of 101.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A8700 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.47 |
| HSL | 101.33º | 1% | 0.26% | - |
| HSV(B) | 101.33º | 1% | 0.53% | - |
| XYZ | 9.62 | 17.82 | 2.93 | - |
| YUV | 91.8 | 76.19 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 0 | 0.69 | 0 | 1 | 0.47 | 101.33 | 1 | 0.26 |
| Hex | 2A | 87 | 0 | 45 | 0 | 64 | 2F | 65 | 64 | 1A |
| Octal | 52 | 207 | 0 | 105 | 0 | 144 | 57 | 145 | 144 | 32 |
| Binary | 101010 | 10000111 | 0 | 1000101 | 0 | 1100100 | 101111 | 1100101 | 1100100 | 11010 |
Color Harmonies of #2A8700
Complementary color
Monochromatic Colors of #2A8700
Black with #2A8700
Text Example
Text Example
White with #2A8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8700; }
p { color: rgb(42,135,0); }
H1.HeaderClassName
{
color: #2A8700;
}
.AnyTagClassName
{
color: #2A8700;
}
</style>
background-color css
<style>
a { background-color: #2A8700; }
a { background-color: rgb(42,135,0); }
div.DivClassName
{
background-color: #2A8700;
}
.BgClassName
{
background-color: #2A8700;
}
</style>
border-color css
<style>
span { border-color: #2A8700; }
span { border-color: rgb(42,135,0); }
td.TdClassName
{
border-color: #2A8700;
}
.TagClassName
{
border-color: #2A8700;
}
</style>