Shades of Forest Green #2A963A
Tints of Forest Green #2A963A
RGB
CMYK
RGB Variations
Color information
#2A963A (or 0x2A963A) is known color: Forest Green. HEX triplet: 2A, 96 and 3A. RGB value is (42,150,58). Sum of RGB (Red+Green+Blue) = 42+150+58=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #2A963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A963A is #D569C5. Grayscale: #6B6B6B. Windows color (decimal): -13986246 or 3839530. OLE color: 3839530.
HSL color Cylindrical-coordinate representation of color #2A963A: hue angle of 128.89º 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 #2A963A is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 58 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.41 |
| HSL | 128.89º | 0.56% | 0.38% | - |
| HSV(B) | 128.89º | 0.72% | 0.59% | - |
| XYZ | 12.62 | 22.61 | 7.7 | - |
| YUV | 107.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 58 | 0.72 | 0 | 0.61 | 0.41 | 128.89 | 0.56 | 0.38 |
| Hex | 2A | 96 | 3A | 48 | 0 | 3D | 29 | 81 | 38 | 26 |
| Octal | 52 | 226 | 72 | 110 | 0 | 75 | 51 | 201 | 70 | 46 |
| Binary | 101010 | 10010110 | 111010 | 1001000 | 0 | 111101 | 101001 | 10000001 | 111000 | 100110 |
Color Harmonies of #2A963A
Complementary color
Monochromatic Colors of #2A963A
Black with #2A963A
Text Example
Text Example
White with #2A963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A963A; }
p { color: rgb(42,150,58); }
H1.HeaderClassName
{
color: #2A963A;
}
.AnyTagClassName
{
color: #2A963A;
}
</style>
background-color css
<style>
a { background-color: #2A963A; }
a { background-color: rgb(42,150,58); }
div.DivClassName
{
background-color: #2A963A;
}
.BgClassName
{
background-color: #2A963A;
}
</style>
border-color css
<style>
span { border-color: #2A963A; }
span { border-color: rgb(42,150,58); }
td.TdClassName
{
border-color: #2A963A;
}
.TagClassName
{
border-color: #2A963A;
}
</style>