Shades of Forest Green #2A951F
Tints of Forest Green #2A951F
RGB
CMYK
RGB Variations
Color information
#2A951F (or 0x2A951F) is known color: Forest Green. HEX triplet: 2A, 95 and 1F. RGB value is (42,149,31). Sum of RGB (Red+Green+Blue) = 42+149+31=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #2A951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A951F is #D56AE0. Grayscale: #676767. Windows color (decimal): -13986529 or 2069802. OLE color: 2069802.
HSL color Cylindrical-coordinate representation of color #2A951F: hue angle of 114.41º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A951F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 31 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.42 |
| HSL | 114.41º | 0.66% | 0.35% | - |
| HSV(B) | 114.41º | 0.79% | 0.58% | - |
| XYZ | 11.95 | 22.09 | 4.93 | - |
| YUV | 103.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 31 | 0.72 | 0 | 0.79 | 0.42 | 114.41 | 0.66 | 0.35 |
| Hex | 2A | 95 | 1F | 48 | 0 | 4F | 2A | 72 | 42 | 23 |
| Octal | 52 | 225 | 37 | 110 | 0 | 117 | 52 | 162 | 102 | 43 |
| Binary | 101010 | 10010101 | 11111 | 1001000 | 0 | 1001111 | 101010 | 1110010 | 1000010 | 100011 |
Color Harmonies of #2A951F
Complementary color
Monochromatic Colors of #2A951F
Black with #2A951F
Text Example
Text Example
White with #2A951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A951F; }
p { color: rgb(42,149,31); }
H1.HeaderClassName
{
color: #2A951F;
}
.AnyTagClassName
{
color: #2A951F;
}
</style>
background-color css
<style>
a { background-color: #2A951F; }
a { background-color: rgb(42,149,31); }
div.DivClassName
{
background-color: #2A951F;
}
.BgClassName
{
background-color: #2A951F;
}
</style>
border-color css
<style>
span { border-color: #2A951F; }
span { border-color: rgb(42,149,31); }
td.TdClassName
{
border-color: #2A951F;
}
.TagClassName
{
border-color: #2A951F;
}
</style>