Shades of Forest Green #2A922C
Tints of Forest Green #2A922C
RGB
CMYK
RGB Variations
Color information
#2A922C (or 0x2A922C) is known color: Forest Green. HEX triplet: 2A, 92 and 2C. RGB value is (42,146,44). Sum of RGB (Red+Green+Blue) = 42+146+44=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #2A922C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A922C is #D56DD3. Grayscale: #676767. Windows color (decimal): -13987284 or 2921002. OLE color: 2921002.
HSL color Cylindrical-coordinate representation of color #2A922C: hue angle of 121.15º 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 #2A922C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 44 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.43 |
| HSL | 121.15º | 0.55% | 0.37% | - |
| HSV(B) | 121.15º | 0.71% | 0.57% | - |
| XYZ | 11.69 | 21.23 | 5.86 | - |
| YUV | 103.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 44 | 0.71 | 0 | 0.70 | 0.43 | 121.15 | 0.55 | 0.37 |
| Hex | 2A | 92 | 2C | 47 | 0 | 46 | 2B | 79 | 37 | 25 |
| Octal | 52 | 222 | 54 | 107 | 0 | 106 | 53 | 171 | 67 | 45 |
| Binary | 101010 | 10010010 | 101100 | 1000111 | 0 | 1000110 | 101011 | 1111001 | 110111 | 100101 |
Color Harmonies of #2A922C
Complementary color
Monochromatic Colors of #2A922C
Black with #2A922C
Text Example
Text Example
White with #2A922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A922C; }
p { color: rgb(42,146,44); }
H1.HeaderClassName
{
color: #2A922C;
}
.AnyTagClassName
{
color: #2A922C;
}
</style>
background-color css
<style>
a { background-color: #2A922C; }
a { background-color: rgb(42,146,44); }
div.DivClassName
{
background-color: #2A922C;
}
.BgClassName
{
background-color: #2A922C;
}
</style>
border-color css
<style>
span { border-color: #2A922C; }
span { border-color: rgb(42,146,44); }
td.TdClassName
{
border-color: #2A922C;
}
.TagClassName
{
border-color: #2A922C;
}
</style>