Shades of Forest Green #2A950C
Tints of Forest Green #2A950C
RGB
CMYK
RGB Variations
Color information
#2A950C (or 0x2A950C) is known color: Forest Green. HEX triplet: 2A, 95 and 0C. RGB value is (42,149,12). Sum of RGB (Red+Green+Blue) = 42+149+12=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #2A950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A950C is #D56AF3. Grayscale: #656565. Windows color (decimal): -13986548 or 824618. OLE color: 824618.
HSL color Cylindrical-coordinate representation of color #2A950C: hue angle of 106.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A950C is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 12 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.42 |
| HSL | 106.86º | 0.85% | 0.32% | - |
| HSV(B) | 106.86º | 0.92% | 0.58% | - |
| XYZ | 11.77 | 22.01 | 3.98 | - |
| YUV | 101.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 12 | 0.72 | 0 | 0.92 | 0.42 | 106.86 | 0.85 | 0.32 |
| Hex | 2A | 95 | C | 48 | 0 | 5C | 2A | 6B | 55 | 20 |
| Octal | 52 | 225 | 14 | 110 | 0 | 134 | 52 | 153 | 125 | 40 |
| Binary | 101010 | 10010101 | 1100 | 1001000 | 0 | 1011100 | 101010 | 1101011 | 1010101 | 100000 |
Color Harmonies of #2A950C
Complementary color
Monochromatic Colors of #2A950C
Black with #2A950C
Text Example
Text Example
White with #2A950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A950C; }
p { color: rgb(42,149,12); }
H1.HeaderClassName
{
color: #2A950C;
}
.AnyTagClassName
{
color: #2A950C;
}
</style>
background-color css
<style>
a { background-color: #2A950C; }
a { background-color: rgb(42,149,12); }
div.DivClassName
{
background-color: #2A950C;
}
.BgClassName
{
background-color: #2A950C;
}
</style>
border-color css
<style>
span { border-color: #2A950C; }
span { border-color: rgb(42,149,12); }
td.TdClassName
{
border-color: #2A950C;
}
.TagClassName
{
border-color: #2A950C;
}
</style>