Shades of Forest Green #1A7211
Tints of Forest Green #1A7211
RGB
CMYK
RGB Variations
Color information
#1A7211 (or 0x1A7211) is known color: Forest Green. HEX triplet: 1A, 72 and 11. RGB value is (26,114,17). Sum of RGB (Red+Green+Blue) = 26+114+17=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7211 is #E58DEE. Grayscale: #4C4C4C. Windows color (decimal): -15044079 or 1143322. OLE color: 1143322.
HSL color Cylindrical-coordinate representation of color #1A7211: hue angle of 114.43º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A7211 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 17 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.55 |
| HSL | 114.43º | 0.74% | 0.26% | - |
| HSV(B) | 114.43º | 0.85% | 0.45% | - |
| XYZ | 6.54 | 12.29 | 2.56 | - |
| YUV | 76.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 17 | 0.77 | 0 | 0.85 | 0.55 | 114.43 | 0.74 | 0.26 |
| Hex | 1A | 72 | 11 | 4D | 0 | 55 | 37 | 72 | 4A | 1A |
| Octal | 32 | 162 | 21 | 115 | 0 | 125 | 67 | 162 | 112 | 32 |
| Binary | 11010 | 1110010 | 10001 | 1001101 | 0 | 1010101 | 110111 | 1110010 | 1001010 | 11010 |
Color Harmonies of #1A7211
Complementary color
Monochromatic Colors of #1A7211
Black with #1A7211
Text Example
Text Example
White with #1A7211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7211; }
p { color: rgb(26,114,17); }
H1.HeaderClassName
{
color: #1A7211;
}
.AnyTagClassName
{
color: #1A7211;
}
</style>
background-color css
<style>
a { background-color: #1A7211; }
a { background-color: rgb(26,114,17); }
div.DivClassName
{
background-color: #1A7211;
}
.BgClassName
{
background-color: #1A7211;
}
</style>
border-color css
<style>
span { border-color: #1A7211; }
span { border-color: rgb(26,114,17); }
td.TdClassName
{
border-color: #1A7211;
}
.TagClassName
{
border-color: #1A7211;
}
</style>