Shades of Forest Green #2A960F
Tints of Forest Green #2A960F
RGB
CMYK
RGB Variations
Color information
#2A960F (or 0x2A960F) is known color: Forest Green. HEX triplet: 2A, 96 and 0F. RGB value is (42,150,15). Sum of RGB (Red+Green+Blue) = 42+150+15=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 150 (58.98% from 255 or 72.46% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 150 - color contains mainly: green. Hex color #2A960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A960F is #D569F0. Grayscale: #666666. Windows color (decimal): -13986289 or 1021482. OLE color: 1021482.
HSL color Cylindrical-coordinate representation of color #2A960F: hue angle of 108º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A960F is Cyan = 0.72, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 15 | - |
| CMYK | 0.72 | 0 | 0.9 | 0.41 |
| HSL | 108º | 0.82% | 0.32% | - |
| HSV(B) | 108º | 0.9% | 0.59% | - |
| XYZ | 11.95 | 22.34 | 4.13 | - |
| YUV | 102.32 | 78.72 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 15 | 0.72 | 0 | 0.9 | 0.41 | 108 | 0.82 | 0.32 |
| Hex | 2A | 96 | F | 48 | 0 | 5A | 29 | 6C | 52 | 20 |
| Octal | 52 | 226 | 17 | 110 | 0 | 132 | 51 | 154 | 122 | 40 |
| Binary | 101010 | 10010110 | 1111 | 1001000 | 0 | 1011010 | 101001 | 1101100 | 1010010 | 100000 |
Color Harmonies of #2A960F
Complementary color
Monochromatic Colors of #2A960F
Black with #2A960F
Text Example
Text Example
White with #2A960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A960F; }
p { color: rgb(42,150,15); }
H1.HeaderClassName
{
color: #2A960F;
}
.AnyTagClassName
{
color: #2A960F;
}
</style>
background-color css
<style>
a { background-color: #2A960F; }
a { background-color: rgb(42,150,15); }
div.DivClassName
{
background-color: #2A960F;
}
.BgClassName
{
background-color: #2A960F;
}
</style>
border-color css
<style>
span { border-color: #2A960F; }
span { border-color: rgb(42,150,15); }
td.TdClassName
{
border-color: #2A960F;
}
.TagClassName
{
border-color: #2A960F;
}
</style>