Shades of Forest Green #2A7C1A
Tints of Forest Green #2A7C1A
RGB
CMYK
RGB Variations
Color information
#2A7C1A (or 0x2A7C1A) is known color: Forest Green. HEX triplet: 2A, 7C and 1A. RGB value is (42,124,26). Sum of RGB (Red+Green+Blue) = 42+124+26=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C1A is #D583E5. Grayscale: #585858. Windows color (decimal): -13992934 or 1735722. OLE color: 1735722.
HSL color Cylindrical-coordinate representation of color #2A7C1A: hue angle of 110.2º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A7C1A is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 26 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.51 |
| HSL | 110.2º | 0.65% | 0.29% | - |
| HSV(B) | 110.2º | 0.79% | 0.49% | - |
| XYZ | 8.35 | 14.98 | 3.43 | - |
| YUV | 88.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 26 | 0.66 | 0 | 0.79 | 0.51 | 110.2 | 0.65 | 0.29 |
| Hex | 2A | 7C | 1A | 42 | 0 | 4F | 33 | 6E | 41 | 1D |
| Octal | 52 | 174 | 32 | 102 | 0 | 117 | 63 | 156 | 101 | 35 |
| Binary | 101010 | 1111100 | 11010 | 1000010 | 0 | 1001111 | 110011 | 1101110 | 1000001 | 11101 |
Color Harmonies of #2A7C1A
Complementary color
Monochromatic Colors of #2A7C1A
Black with #2A7C1A
Text Example
Text Example
White with #2A7C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C1A; }
p { color: rgb(42,124,26); }
H1.HeaderClassName
{
color: #2A7C1A;
}
.AnyTagClassName
{
color: #2A7C1A;
}
</style>
background-color css
<style>
a { background-color: #2A7C1A; }
a { background-color: rgb(42,124,26); }
div.DivClassName
{
background-color: #2A7C1A;
}
.BgClassName
{
background-color: #2A7C1A;
}
</style>
border-color css
<style>
span { border-color: #2A7C1A; }
span { border-color: rgb(42,124,26); }
td.TdClassName
{
border-color: #2A7C1A;
}
.TagClassName
{
border-color: #2A7C1A;
}
</style>