Shades of Forest Green #1A8011
Tints of Forest Green #1A8011
RGB
CMYK
RGB Variations
Color information
#1A8011 (or 0x1A8011) is known color: Forest Green. HEX triplet: 1A, 80 and 11. RGB value is (26,128,17). Sum of RGB (Red+Green+Blue) = 26+128+17=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 128 (50.39% from 255 or 74.85% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8011 is #E57FEE. Grayscale: #555555. Windows color (decimal): -15040495 or 1146906. OLE color: 1146906.
HSL color Cylindrical-coordinate representation of color #1A8011: hue angle of 115.14º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8011 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 17 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.50 |
| HSL | 115.14º | 0.77% | 0.28% | - |
| HSV(B) | 115.14º | 0.87% | 0.5% | - |
| XYZ | 8.25 | 15.7 | 3.13 | - |
| YUV | 84.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 17 | 0.80 | 0 | 0.87 | 0.50 | 115.14 | 0.77 | 0.28 |
| Hex | 1A | 80 | 11 | 50 | 0 | 57 | 32 | 73 | 4D | 1C |
| Octal | 32 | 200 | 21 | 120 | 0 | 127 | 62 | 163 | 115 | 34 |
| Binary | 11010 | 10000000 | 10001 | 1010000 | 0 | 1010111 | 110010 | 1110011 | 1001101 | 11100 |
Color Harmonies of #1A8011
Complementary color
Monochromatic Colors of #1A8011
Black with #1A8011
Text Example
Text Example
White with #1A8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8011; }
p { color: rgb(26,128,17); }
H1.HeaderClassName
{
color: #1A8011;
}
.AnyTagClassName
{
color: #1A8011;
}
</style>
background-color css
<style>
a { background-color: #1A8011; }
a { background-color: rgb(26,128,17); }
div.DivClassName
{
background-color: #1A8011;
}
.BgClassName
{
background-color: #1A8011;
}
</style>
border-color css
<style>
span { border-color: #1A8011; }
span { border-color: rgb(26,128,17); }
td.TdClassName
{
border-color: #1A8011;
}
.TagClassName
{
border-color: #1A8011;
}
</style>