Shades of Forest Green #2A973C
Tints of Forest Green #2A973C
RGB
CMYK
RGB Variations
Color information
#2A973C (or 0x2A973C) is known color: Forest Green. HEX triplet: 2A, 97 and 3C. RGB value is (42,151,60). Sum of RGB (Red+Green+Blue) = 42+151+60=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 151 (59.38% from 255 or 59.68% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 151 - color contains mainly: green. Hex color #2A973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A973C is #D568C3. Grayscale: #6C6C6C. Windows color (decimal): -13985988 or 3970858. OLE color: 3970858.
HSL color Cylindrical-coordinate representation of color #2A973C: hue angle of 129.91º 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 #2A973C is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 151 | 60 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.41 |
| HSL | 129.91º | 0.56% | 0.38% | - |
| HSV(B) | 129.91º | 0.72% | 0.59% | - |
| XYZ | 12.84 | 22.95 | 8.03 | - |
| YUV | 108.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 151 | 60 | 0.72 | 0 | 0.60 | 0.41 | 129.91 | 0.56 | 0.38 |
| Hex | 2A | 97 | 3C | 48 | 0 | 3C | 29 | 82 | 38 | 26 |
| Octal | 52 | 227 | 74 | 110 | 0 | 74 | 51 | 202 | 70 | 46 |
| Binary | 101010 | 10010111 | 111100 | 1001000 | 0 | 111100 | 101001 | 10000010 | 111000 | 100110 |
Color Harmonies of #2A973C
Complementary color
Monochromatic Colors of #2A973C
Black with #2A973C
Text Example
Text Example
White with #2A973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A973C; }
p { color: rgb(42,151,60); }
H1.HeaderClassName
{
color: #2A973C;
}
.AnyTagClassName
{
color: #2A973C;
}
</style>
background-color css
<style>
a { background-color: #2A973C; }
a { background-color: rgb(42,151,60); }
div.DivClassName
{
background-color: #2A973C;
}
.BgClassName
{
background-color: #2A973C;
}
</style>
border-color css
<style>
span { border-color: #2A973C; }
span { border-color: rgb(42,151,60); }
td.TdClassName
{
border-color: #2A973C;
}
.TagClassName
{
border-color: #2A973C;
}
</style>