Shades of Forest Green #1A6B11
Tints of Forest Green #1A6B11
RGB
CMYK
RGB Variations
Color information
#1A6B11 (or 0x1A6B11) is known color: Forest Green. HEX triplet: 1A, 6B and 11. RGB value is (26,107,17). Sum of RGB (Red+Green+Blue) = 26+107+17=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6B11 is #E594EE. Grayscale: #484848. Windows color (decimal): -15045871 or 1141530. OLE color: 1141530.
HSL color Cylindrical-coordinate representation of color #1A6B11: hue angle of 114º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A6B11 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 107 | 17 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.58 |
| HSL | 114º | 0.73% | 0.24% | - |
| HSV(B) | 114º | 0.84% | 0.42% | - |
| XYZ | 5.78 | 10.78 | 2.31 | - |
| YUV | 72.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 17 | 0.76 | 0 | 0.84 | 0.58 | 114 | 0.73 | 0.24 |
| Hex | 1A | 6B | 11 | 4C | 0 | 54 | 3A | 72 | 49 | 18 |
| Octal | 32 | 153 | 21 | 114 | 0 | 124 | 72 | 162 | 111 | 30 |
| Binary | 11010 | 1101011 | 10001 | 1001100 | 0 | 1010100 | 111010 | 1110010 | 1001001 | 11000 |
Color Harmonies of #1A6B11
Complementary color
Monochromatic Colors of #1A6B11
Black with #1A6B11
Text Example
Text Example
White with #1A6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6B11; }
p { color: rgb(26,107,17); }
H1.HeaderClassName
{
color: #1A6B11;
}
.AnyTagClassName
{
color: #1A6B11;
}
</style>
background-color css
<style>
a { background-color: #1A6B11; }
a { background-color: rgb(26,107,17); }
div.DivClassName
{
background-color: #1A6B11;
}
.BgClassName
{
background-color: #1A6B11;
}
</style>
border-color css
<style>
span { border-color: #1A6B11; }
span { border-color: rgb(26,107,17); }
td.TdClassName
{
border-color: #1A6B11;
}
.TagClassName
{
border-color: #1A6B11;
}
</style>