Shades of Forest Green #2A8715
Tints of Forest Green #2A8715
RGB
CMYK
RGB Variations
Color information
#2A8715 (or 0x2A8715) is known color: Forest Green. HEX triplet: 2A, 87 and 15. RGB value is (42,135,21). Sum of RGB (Red+Green+Blue) = 42+135+21=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8715 is #D578EA. Grayscale: #5E5E5E. Windows color (decimal): -13990123 or 1410858. OLE color: 1410858.
HSL color Cylindrical-coordinate representation of color #2A8715: hue angle of 108.95º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A8715 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 21 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.47 |
| HSL | 108.95º | 0.73% | 0.31% | - |
| HSV(B) | 108.95º | 0.84% | 0.53% | - |
| XYZ | 9.75 | 17.87 | 3.65 | - |
| YUV | 94.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 21 | 0.69 | 0 | 0.84 | 0.47 | 108.95 | 0.73 | 0.31 |
| Hex | 2A | 87 | 15 | 45 | 0 | 54 | 2F | 6D | 49 | 1F |
| Octal | 52 | 207 | 25 | 105 | 0 | 124 | 57 | 155 | 111 | 37 |
| Binary | 101010 | 10000111 | 10101 | 1000101 | 0 | 1010100 | 101111 | 1101101 | 1001001 | 11111 |
Color Harmonies of #2A8715
Complementary color
Monochromatic Colors of #2A8715
Black with #2A8715
Text Example
Text Example
White with #2A8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8715; }
p { color: rgb(42,135,21); }
H1.HeaderClassName
{
color: #2A8715;
}
.AnyTagClassName
{
color: #2A8715;
}
</style>
background-color css
<style>
a { background-color: #2A8715; }
a { background-color: rgb(42,135,21); }
div.DivClassName
{
background-color: #2A8715;
}
.BgClassName
{
background-color: #2A8715;
}
</style>
border-color css
<style>
span { border-color: #2A8715; }
span { border-color: rgb(42,135,21); }
td.TdClassName
{
border-color: #2A8715;
}
.TagClassName
{
border-color: #2A8715;
}
</style>