Shades of Forest Green #2A9A2D
Tints of Forest Green #2A9A2D
RGB
CMYK
RGB Variations
Color information
#2A9A2D (or 0x2A9A2D) is known color: Forest Green. HEX triplet: 2A, 9A and 2D. RGB value is (42,154,45). Sum of RGB (Red+Green+Blue) = 42+154+45=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A2D is #D565D2. Grayscale: #6C6C6C. Windows color (decimal): -13985235 or 2988586. OLE color: 2988586.
HSL color Cylindrical-coordinate representation of color #2A9A2D: hue angle of 121.61º 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 #2A9A2D is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 45 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.40 |
| HSL | 121.61º | 0.57% | 0.38% | - |
| HSV(B) | 121.61º | 0.73% | 0.6% | - |
| XYZ | 12.98 | 23.79 | 6.39 | - |
| YUV | 108.09 | 92.39 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 45 | 0.73 | 0 | 0.71 | 0.40 | 121.61 | 0.57 | 0.38 |
| Hex | 2A | 9A | 2D | 49 | 0 | 47 | 28 | 7A | 39 | 26 |
| Octal | 52 | 232 | 55 | 111 | 0 | 107 | 50 | 172 | 71 | 46 |
| Binary | 101010 | 10011010 | 101101 | 1001001 | 0 | 1000111 | 101000 | 1111010 | 111001 | 100110 |
Color Harmonies of #2A9A2D
Complementary color
Monochromatic Colors of #2A9A2D
Black with #2A9A2D
Text Example
Text Example
White with #2A9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A2D; }
p { color: rgb(42,154,45); }
H1.HeaderClassName
{
color: #2A9A2D;
}
.AnyTagClassName
{
color: #2A9A2D;
}
</style>
background-color css
<style>
a { background-color: #2A9A2D; }
a { background-color: rgb(42,154,45); }
div.DivClassName
{
background-color: #2A9A2D;
}
.BgClassName
{
background-color: #2A9A2D;
}
</style>
border-color css
<style>
span { border-color: #2A9A2D; }
span { border-color: rgb(42,154,45); }
td.TdClassName
{
border-color: #2A9A2D;
}
.TagClassName
{
border-color: #2A9A2D;
}
</style>