Shades of Forest Green #2A962B
Tints of Forest Green #2A962B
RGB
CMYK
RGB Variations
Color information
#2A962B (or 0x2A962B) is known color: Forest Green. HEX triplet: 2A, 96 and 2B. RGB value is (42,150,43). Sum of RGB (Red+Green+Blue) = 42+150+43=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #2A962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A962B is #D569D4. Grayscale: #696969. Windows color (decimal): -13986261 or 2856490. OLE color: 2856490.
HSL color Cylindrical-coordinate representation of color #2A962B: hue angle of 120.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A962B is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 43 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.41 |
| HSL | 120.56º | 0.56% | 0.38% | - |
| HSV(B) | 120.56º | 0.72% | 0.59% | - |
| XYZ | 12.3 | 22.48 | 5.98 | - |
| YUV | 105.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 43 | 0.72 | 0 | 0.71 | 0.41 | 120.56 | 0.56 | 0.38 |
| Hex | 2A | 96 | 2B | 48 | 0 | 47 | 29 | 79 | 38 | 26 |
| Octal | 52 | 226 | 53 | 110 | 0 | 107 | 51 | 171 | 70 | 46 |
| Binary | 101010 | 10010110 | 101011 | 1001000 | 0 | 1000111 | 101001 | 1111001 | 111000 | 100110 |
Color Harmonies of #2A962B
Complementary color
Monochromatic Colors of #2A962B
Black with #2A962B
Text Example
Text Example
White with #2A962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A962B; }
p { color: rgb(42,150,43); }
H1.HeaderClassName
{
color: #2A962B;
}
.AnyTagClassName
{
color: #2A962B;
}
</style>
background-color css
<style>
a { background-color: #2A962B; }
a { background-color: rgb(42,150,43); }
div.DivClassName
{
background-color: #2A962B;
}
.BgClassName
{
background-color: #2A962B;
}
</style>
border-color css
<style>
span { border-color: #2A962B; }
span { border-color: rgb(42,150,43); }
td.TdClassName
{
border-color: #2A962B;
}
.TagClassName
{
border-color: #2A962B;
}
</style>