Shades of Forest Green #2A851C
Tints of Forest Green #2A851C
RGB
CMYK
RGB Variations
Color information
#2A851C (or 0x2A851C) is known color: Forest Green. HEX triplet: 2A, 85 and 1C. RGB value is (42,133,28). Sum of RGB (Red+Green+Blue) = 42+133+28=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #2A851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A851C is #D57AE3. Grayscale: #5E5E5E. Windows color (decimal): -13990628 or 1869098. OLE color: 1869098.
HSL color Cylindrical-coordinate representation of color #2A851C: hue angle of 112º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A851C is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 133 | 28 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.48 |
| HSL | 112º | 0.65% | 0.32% | - |
| HSV(B) | 112º | 0.79% | 0.52% | - |
| XYZ | 9.55 | 17.35 | 3.94 | - |
| YUV | 93.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 28 | 0.68 | 0 | 0.79 | 0.48 | 112 | 0.65 | 0.32 |
| Hex | 2A | 85 | 1C | 44 | 0 | 4F | 30 | 70 | 41 | 20 |
| Octal | 52 | 205 | 34 | 104 | 0 | 117 | 60 | 160 | 101 | 40 |
| Binary | 101010 | 10000101 | 11100 | 1000100 | 0 | 1001111 | 110000 | 1110000 | 1000001 | 100000 |
Color Harmonies of #2A851C
Complementary color
Monochromatic Colors of #2A851C
Black with #2A851C
Text Example
Text Example
White with #2A851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A851C; }
p { color: rgb(42,133,28); }
H1.HeaderClassName
{
color: #2A851C;
}
.AnyTagClassName
{
color: #2A851C;
}
</style>
background-color css
<style>
a { background-color: #2A851C; }
a { background-color: rgb(42,133,28); }
div.DivClassName
{
background-color: #2A851C;
}
.BgClassName
{
background-color: #2A851C;
}
</style>
border-color css
<style>
span { border-color: #2A851C; }
span { border-color: rgb(42,133,28); }
td.TdClassName
{
border-color: #2A851C;
}
.TagClassName
{
border-color: #2A851C;
}
</style>