Shades of Forest Green #2A941C
Tints of Forest Green #2A941C
RGB
CMYK
RGB Variations
Color information
#2A941C (or 0x2A941C) is known color: Forest Green. HEX triplet: 2A, 94 and 1C. RGB value is (42,148,28). Sum of RGB (Red+Green+Blue) = 42+148+28=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #2A941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A941C is #D56BE3. Grayscale: #666666. Windows color (decimal): -13986788 or 1872938. OLE color: 1872938.
HSL color Cylindrical-coordinate representation of color #2A941C: hue angle of 113º 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 #2A941C is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 28 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.42 |
| HSL | 113º | 0.68% | 0.35% | - |
| HSV(B) | 113º | 0.81% | 0.58% | - |
| XYZ | 11.75 | 21.76 | 4.68 | - |
| YUV | 102.63 | 85.88 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 28 | 0.72 | 0 | 0.81 | 0.42 | 113 | 0.68 | 0.35 |
| Hex | 2A | 94 | 1C | 48 | 0 | 51 | 2A | 71 | 44 | 23 |
| Octal | 52 | 224 | 34 | 110 | 0 | 121 | 52 | 161 | 104 | 43 |
| Binary | 101010 | 10010100 | 11100 | 1001000 | 0 | 1010001 | 101010 | 1110001 | 1000100 | 100011 |
Color Harmonies of #2A941C
Complementary color
Monochromatic Colors of #2A941C
Black with #2A941C
Text Example
Text Example
White with #2A941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A941C; }
p { color: rgb(42,148,28); }
H1.HeaderClassName
{
color: #2A941C;
}
.AnyTagClassName
{
color: #2A941C;
}
</style>
background-color css
<style>
a { background-color: #2A941C; }
a { background-color: rgb(42,148,28); }
div.DivClassName
{
background-color: #2A941C;
}
.BgClassName
{
background-color: #2A941C;
}
</style>
border-color css
<style>
span { border-color: #2A941C; }
span { border-color: rgb(42,148,28); }
td.TdClassName
{
border-color: #2A941C;
}
.TagClassName
{
border-color: #2A941C;
}
</style>