Shades of Forest Green #2A992F
Tints of Forest Green #2A992F
RGB
CMYK
RGB Variations
Color information
#2A992F (or 0x2A992F) is known color: Forest Green. HEX triplet: 2A, 99 and 2F. RGB value is (42,153,47). Sum of RGB (Red+Green+Blue) = 42+153+47=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #2A992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A992F is #D566D0. Grayscale: #6C6C6C. Windows color (decimal): -13985489 or 3119402. OLE color: 3119402.
HSL color Cylindrical-coordinate representation of color #2A992F: hue angle of 122.7º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A992F is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 47 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.4 |
| HSL | 122.7º | 0.57% | 0.38% | - |
| HSV(B) | 122.7º | 0.73% | 0.6% | - |
| XYZ | 12.86 | 23.48 | 6.54 | - |
| YUV | 107.73 | 93.73 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 47 | 0.73 | 0 | 0.69 | 0.4 | 122.7 | 0.57 | 0.38 |
| Hex | 2A | 99 | 2F | 49 | 0 | 45 | 28 | 7B | 39 | 26 |
| Octal | 52 | 231 | 57 | 111 | 0 | 105 | 50 | 173 | 71 | 46 |
| Binary | 101010 | 10011001 | 101111 | 1001001 | 0 | 1000101 | 101000 | 1111011 | 111001 | 100110 |
Color Harmonies of #2A992F
Complementary color
Monochromatic Colors of #2A992F
Black with #2A992F
Text Example
Text Example
White with #2A992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A992F; }
p { color: rgb(42,153,47); }
H1.HeaderClassName
{
color: #2A992F;
}
.AnyTagClassName
{
color: #2A992F;
}
</style>
background-color css
<style>
a { background-color: #2A992F; }
a { background-color: rgb(42,153,47); }
div.DivClassName
{
background-color: #2A992F;
}
.BgClassName
{
background-color: #2A992F;
}
</style>
border-color css
<style>
span { border-color: #2A992F; }
span { border-color: rgb(42,153,47); }
td.TdClassName
{
border-color: #2A992F;
}
.TagClassName
{
border-color: #2A992F;
}
</style>