Shades of Forest Green #2A9600
Tints of Forest Green #2A9600
RGB
CMYK
RGB Variations
Color information
#2A9600 (or 0x2A9600) is known color: Forest Green. HEX triplet: 2A, 96 and 00. RGB value is (42,150,0). Sum of RGB (Red+Green+Blue) = 42+150+0=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9600 is #D569FF. Grayscale: #656565. Windows color (decimal): -13986304 or 38442. OLE color: 38442.
HSL color Cylindrical-coordinate representation of color #2A9600: hue angle of 103.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A9600 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.41 |
| HSL | 103.2º | 1% | 0.29% | - |
| HSV(B) | 103.2º | 1% | 0.59% | - |
| XYZ | 11.86 | 22.3 | 3.68 | - |
| YUV | 100.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 0 | 0.72 | 0 | 1 | 0.41 | 103.2 | 1 | 0.29 |
| Hex | 2A | 96 | 0 | 48 | 0 | 64 | 29 | 67 | 64 | 1D |
| Octal | 52 | 226 | 0 | 110 | 0 | 144 | 51 | 147 | 144 | 35 |
| Binary | 101010 | 10010110 | 0 | 1001000 | 0 | 1100100 | 101001 | 1100111 | 1100100 | 11101 |
Color Harmonies of #2A9600
Complementary color
Monochromatic Colors of #2A9600
Black with #2A9600
Text Example
Text Example
White with #2A9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9600; }
p { color: rgb(42,150,0); }
H1.HeaderClassName
{
color: #2A9600;
}
.AnyTagClassName
{
color: #2A9600;
}
</style>
background-color css
<style>
a { background-color: #2A9600; }
a { background-color: rgb(42,150,0); }
div.DivClassName
{
background-color: #2A9600;
}
.BgClassName
{
background-color: #2A9600;
}
</style>
border-color css
<style>
span { border-color: #2A9600; }
span { border-color: rgb(42,150,0); }
td.TdClassName
{
border-color: #2A9600;
}
.TagClassName
{
border-color: #2A9600;
}
</style>