Shades of Forest Green #1A910E
Tints of Forest Green #1A910E
RGB
CMYK
RGB Variations
Color information
#1A910E (or 0x1A910E) is known color: Forest Green. HEX triplet: 1A, 91 and 0E. RGB value is (26,145,14). Sum of RGB (Red+Green+Blue) = 26+145+14=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 145 (57.03% from 255 or 78.38% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 145 - color contains mainly: green. Hex color #1A910E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A910E is #E56EF1. Grayscale: #5E5E5E. Windows color (decimal): -15036146 or 954650. OLE color: 954650.
HSL color Cylindrical-coordinate representation of color #1A910E: hue angle of 114.5º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A910E is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 14 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.43 |
| HSL | 114.5º | 0.82% | 0.31% | - |
| HSV(B) | 114.5º | 0.9% | 0.57% | - |
| XYZ | 10.63 | 20.5 | 3.81 | - |
| YUV | 94.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 14 | 0.82 | 0 | 0.90 | 0.43 | 114.5 | 0.82 | 0.31 |
| Hex | 1A | 91 | E | 52 | 0 | 5A | 2B | 73 | 52 | 1F |
| Octal | 32 | 221 | 16 | 122 | 0 | 132 | 53 | 163 | 122 | 37 |
| Binary | 11010 | 10010001 | 1110 | 1010010 | 0 | 1011010 | 101011 | 1110011 | 1010010 | 11111 |
Color Harmonies of #1A910E
Complementary color
Monochromatic Colors of #1A910E
Black with #1A910E
Text Example
Text Example
White with #1A910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A910E; }
p { color: rgb(26,145,14); }
H1.HeaderClassName
{
color: #1A910E;
}
.AnyTagClassName
{
color: #1A910E;
}
</style>
background-color css
<style>
a { background-color: #1A910E; }
a { background-color: rgb(26,145,14); }
div.DivClassName
{
background-color: #1A910E;
}
.BgClassName
{
background-color: #1A910E;
}
</style>
border-color css
<style>
span { border-color: #1A910E; }
span { border-color: rgb(26,145,14); }
td.TdClassName
{
border-color: #1A910E;
}
.TagClassName
{
border-color: #1A910E;
}
</style>