Shades of Forest Green #1A811C
Tints of Forest Green #1A811C
RGB
CMYK
RGB Variations
Color information
#1A811C (or 0x1A811C) is known color: Forest Green. HEX triplet: 1A, 81 and 1C. RGB value is (26,129,28). Sum of RGB (Red+Green+Blue) = 26+129+28=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #1A811C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A811C is #E57EE3. Grayscale: #565656. Windows color (decimal): -15040228 or 1868058. OLE color: 1868058.
HSL color Cylindrical-coordinate representation of color #1A811C: hue angle of 121.17º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A811C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 28 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.49 |
| HSL | 121.17º | 0.66% | 0.3% | - |
| HSV(B) | 121.17º | 0.8% | 0.51% | - |
| XYZ | 8.49 | 16 | 3.74 | - |
| YUV | 86.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 28 | 0.80 | 0 | 0.78 | 0.49 | 121.17 | 0.66 | 0.3 |
| Hex | 1A | 81 | 1C | 50 | 0 | 4E | 31 | 79 | 42 | 1E |
| Octal | 32 | 201 | 34 | 120 | 0 | 116 | 61 | 171 | 102 | 36 |
| Binary | 11010 | 10000001 | 11100 | 1010000 | 0 | 1001110 | 110001 | 1111001 | 1000010 | 11110 |
Color Harmonies of #1A811C
Complementary color
Monochromatic Colors of #1A811C
Black with #1A811C
Text Example
Text Example
White with #1A811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A811C; }
p { color: rgb(26,129,28); }
H1.HeaderClassName
{
color: #1A811C;
}
.AnyTagClassName
{
color: #1A811C;
}
</style>
background-color css
<style>
a { background-color: #1A811C; }
a { background-color: rgb(26,129,28); }
div.DivClassName
{
background-color: #1A811C;
}
.BgClassName
{
background-color: #1A811C;
}
</style>
border-color css
<style>
span { border-color: #1A811C; }
span { border-color: rgb(26,129,28); }
td.TdClassName
{
border-color: #1A811C;
}
.TagClassName
{
border-color: #1A811C;
}
</style>