Shades of Forest Green #2A912C
Tints of Forest Green #2A912C
RGB
CMYK
RGB Variations
Color information
#2A912C (or 0x2A912C) is known color: Forest Green. HEX triplet: 2A, 91 and 2C. RGB value is (42,145,44). Sum of RGB (Red+Green+Blue) = 42+145+44=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #2A912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A912C is #D56ED3. Grayscale: #666666. Windows color (decimal): -13987540 or 2920746. OLE color: 2920746.
HSL color Cylindrical-coordinate representation of color #2A912C: hue angle of 121.17º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A912C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 145 | 44 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.43 |
| HSL | 121.17º | 0.55% | 0.37% | - |
| HSV(B) | 121.17º | 0.71% | 0.57% | - |
| XYZ | 11.53 | 20.92 | 5.81 | - |
| YUV | 102.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 145 | 44 | 0.71 | 0 | 0.70 | 0.43 | 121.17 | 0.55 | 0.37 |
| Hex | 2A | 91 | 2C | 47 | 0 | 46 | 2B | 79 | 37 | 25 |
| Octal | 52 | 221 | 54 | 107 | 0 | 106 | 53 | 171 | 67 | 45 |
| Binary | 101010 | 10010001 | 101100 | 1000111 | 0 | 1000110 | 101011 | 1111001 | 110111 | 100101 |
Color Harmonies of #2A912C
Complementary color
Monochromatic Colors of #2A912C
Black with #2A912C
Text Example
Text Example
White with #2A912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A912C; }
p { color: rgb(42,145,44); }
H1.HeaderClassName
{
color: #2A912C;
}
.AnyTagClassName
{
color: #2A912C;
}
</style>
background-color css
<style>
a { background-color: #2A912C; }
a { background-color: rgb(42,145,44); }
div.DivClassName
{
background-color: #2A912C;
}
.BgClassName
{
background-color: #2A912C;
}
</style>
border-color css
<style>
span { border-color: #2A912C; }
span { border-color: rgb(42,145,44); }
td.TdClassName
{
border-color: #2A912C;
}
.TagClassName
{
border-color: #2A912C;
}
</style>