Shades of Forest Green #2A951C
Tints of Forest Green #2A951C
RGB
CMYK
RGB Variations
Color information
#2A951C (or 0x2A951C) is known color: Forest Green. HEX triplet: 2A, 95 and 1C. RGB value is (42,149,28). Sum of RGB (Red+Green+Blue) = 42+149+28=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #2A951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A951C is #D56AE3. Grayscale: #676767. Windows color (decimal): -13986532 or 1873194. OLE color: 1873194.
HSL color Cylindrical-coordinate representation of color #2A951C: hue angle of 113.06º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A951C is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 28 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.42 |
| HSL | 113.06º | 0.68% | 0.35% | - |
| HSV(B) | 113.06º | 0.81% | 0.58% | - |
| XYZ | 11.91 | 22.07 | 4.73 | - |
| YUV | 103.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 28 | 0.72 | 0 | 0.81 | 0.42 | 113.06 | 0.68 | 0.35 |
| Hex | 2A | 95 | 1C | 48 | 0 | 51 | 2A | 71 | 44 | 23 |
| Octal | 52 | 225 | 34 | 110 | 0 | 121 | 52 | 161 | 104 | 43 |
| Binary | 101010 | 10010101 | 11100 | 1001000 | 0 | 1010001 | 101010 | 1110001 | 1000100 | 100011 |
Color Harmonies of #2A951C
Complementary color
Monochromatic Colors of #2A951C
Black with #2A951C
Text Example
Text Example
White with #2A951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A951C; }
p { color: rgb(42,149,28); }
H1.HeaderClassName
{
color: #2A951C;
}
.AnyTagClassName
{
color: #2A951C;
}
</style>
background-color css
<style>
a { background-color: #2A951C; }
a { background-color: rgb(42,149,28); }
div.DivClassName
{
background-color: #2A951C;
}
.BgClassName
{
background-color: #2A951C;
}
</style>
border-color css
<style>
span { border-color: #2A951C; }
span { border-color: rgb(42,149,28); }
td.TdClassName
{
border-color: #2A951C;
}
.TagClassName
{
border-color: #2A951C;
}
</style>