Shades of Forest Green #2A861C
Tints of Forest Green #2A861C
RGB
CMYK
RGB Variations
Color information
#2A861C (or 0x2A861C) is known color: Forest Green. HEX triplet: 2A, 86 and 1C. RGB value is (42,134,28). Sum of RGB (Red+Green+Blue) = 42+134+28=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #2A861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A861C is #D579E3. Grayscale: #5E5E5E. Windows color (decimal): -13990372 or 1869354. OLE color: 1869354.
HSL color Cylindrical-coordinate representation of color #2A861C: hue angle of 112.08º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A861C is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 28 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.47 |
| HSL | 112.08º | 0.65% | 0.32% | - |
| HSV(B) | 112.08º | 0.79% | 0.53% | - |
| XYZ | 9.69 | 17.63 | 3.99 | - |
| YUV | 94.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 28 | 0.69 | 0 | 0.79 | 0.47 | 112.08 | 0.65 | 0.32 |
| Hex | 2A | 86 | 1C | 45 | 0 | 4F | 2F | 70 | 41 | 20 |
| Octal | 52 | 206 | 34 | 105 | 0 | 117 | 57 | 160 | 101 | 40 |
| Binary | 101010 | 10000110 | 11100 | 1000101 | 0 | 1001111 | 101111 | 1110000 | 1000001 | 100000 |
Color Harmonies of #2A861C
Complementary color
Monochromatic Colors of #2A861C
Black with #2A861C
Text Example
Text Example
White with #2A861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A861C; }
p { color: rgb(42,134,28); }
H1.HeaderClassName
{
color: #2A861C;
}
.AnyTagClassName
{
color: #2A861C;
}
</style>
background-color css
<style>
a { background-color: #2A861C; }
a { background-color: rgb(42,134,28); }
div.DivClassName
{
background-color: #2A861C;
}
.BgClassName
{
background-color: #2A861C;
}
</style>
border-color css
<style>
span { border-color: #2A861C; }
span { border-color: rgb(42,134,28); }
td.TdClassName
{
border-color: #2A861C;
}
.TagClassName
{
border-color: #2A861C;
}
</style>