Shades of Forest Green #2A992D
Tints of Forest Green #2A992D
RGB
CMYK
RGB Variations
Color information
#2A992D (or 0x2A992D) is known color: Forest Green. HEX triplet: 2A, 99 and 2D. RGB value is (42,153,45). Sum of RGB (Red+Green+Blue) = 42+153+45=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #2A992D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A992D is #D566D2. Grayscale: #6B6B6B. Windows color (decimal): -13985491 or 2988330. OLE color: 2988330.
HSL color Cylindrical-coordinate representation of color #2A992D: hue angle of 121.62º 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 #2A992D is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 45 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.4 |
| HSL | 121.62º | 0.57% | 0.38% | - |
| HSV(B) | 121.62º | 0.73% | 0.6% | - |
| XYZ | 12.82 | 23.46 | 6.34 | - |
| YUV | 107.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 45 | 0.73 | 0 | 0.71 | 0.4 | 121.62 | 0.57 | 0.38 |
| Hex | 2A | 99 | 2D | 49 | 0 | 47 | 28 | 7A | 39 | 26 |
| Octal | 52 | 231 | 55 | 111 | 0 | 107 | 50 | 172 | 71 | 46 |
| Binary | 101010 | 10011001 | 101101 | 1001001 | 0 | 1000111 | 101000 | 1111010 | 111001 | 100110 |
Color Harmonies of #2A992D
Complementary color
Monochromatic Colors of #2A992D
Black with #2A992D
Text Example
Text Example
White with #2A992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A992D; }
p { color: rgb(42,153,45); }
H1.HeaderClassName
{
color: #2A992D;
}
.AnyTagClassName
{
color: #2A992D;
}
</style>
background-color css
<style>
a { background-color: #2A992D; }
a { background-color: rgb(42,153,45); }
div.DivClassName
{
background-color: #2A992D;
}
.BgClassName
{
background-color: #2A992D;
}
</style>
border-color css
<style>
span { border-color: #2A992D; }
span { border-color: rgb(42,153,45); }
td.TdClassName
{
border-color: #2A992D;
}
.TagClassName
{
border-color: #2A992D;
}
</style>