Shades of Forest Green #1A8411
Tints of Forest Green #1A8411
RGB
CMYK
RGB Variations
Color information
#1A8411 (or 0x1A8411) is known color: Forest Green. HEX triplet: 1A, 84 and 11. RGB value is (26,132,17). Sum of RGB (Red+Green+Blue) = 26+132+17=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8411 is #E57BEE. Grayscale: #575757. Windows color (decimal): -15039471 or 1147930. OLE color: 1147930.
HSL color Cylindrical-coordinate representation of color #1A8411: hue angle of 115.3º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8411 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 17 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.48 |
| HSL | 115.3º | 0.77% | 0.29% | - |
| HSV(B) | 115.3º | 0.87% | 0.52% | - |
| XYZ | 8.78 | 16.76 | 3.3 | - |
| YUV | 87.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 17 | 0.80 | 0 | 0.87 | 0.48 | 115.3 | 0.77 | 0.29 |
| Hex | 1A | 84 | 11 | 50 | 0 | 57 | 30 | 73 | 4D | 1D |
| Octal | 32 | 204 | 21 | 120 | 0 | 127 | 60 | 163 | 115 | 35 |
| Binary | 11010 | 10000100 | 10001 | 1010000 | 0 | 1010111 | 110000 | 1110011 | 1001101 | 11101 |
Color Harmonies of #1A8411
Complementary color
Monochromatic Colors of #1A8411
Black with #1A8411
Text Example
Text Example
White with #1A8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8411; }
p { color: rgb(26,132,17); }
H1.HeaderClassName
{
color: #1A8411;
}
.AnyTagClassName
{
color: #1A8411;
}
</style>
background-color css
<style>
a { background-color: #1A8411; }
a { background-color: rgb(26,132,17); }
div.DivClassName
{
background-color: #1A8411;
}
.BgClassName
{
background-color: #1A8411;
}
</style>
border-color css
<style>
span { border-color: #1A8411; }
span { border-color: rgb(26,132,17); }
td.TdClassName
{
border-color: #1A8411;
}
.TagClassName
{
border-color: #1A8411;
}
</style>