Shades of Forest Green #1A7F14
Tints of Forest Green #1A7F14
RGB
CMYK
RGB Variations
Color information
#1A7F14 (or 0x1A7F14) is known color: Forest Green. HEX triplet: 1A, 7F and 14. RGB value is (26,127,20). Sum of RGB (Red+Green+Blue) = 26+127+20=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 127 (50% from 255 or 73.41% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7F14 is #E580EB. Grayscale: #545454. Windows color (decimal): -15040748 or 1343258. OLE color: 1343258.
HSL color Cylindrical-coordinate representation of color #1A7F14: hue angle of 116.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A7F14 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 127 | 20 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.50 |
| HSL | 116.64º | 0.73% | 0.29% | - |
| HSV(B) | 116.64º | 0.84% | 0.5% | - |
| XYZ | 8.14 | 15.45 | 3.21 | - |
| YUV | 84.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 127 | 20 | 0.80 | 0 | 0.84 | 0.50 | 116.64 | 0.73 | 0.29 |
| Hex | 1A | 7F | 14 | 50 | 0 | 54 | 32 | 75 | 49 | 1D |
| Octal | 32 | 177 | 24 | 120 | 0 | 124 | 62 | 165 | 111 | 35 |
| Binary | 11010 | 1111111 | 10100 | 1010000 | 0 | 1010100 | 110010 | 1110101 | 1001001 | 11101 |
Color Harmonies of #1A7F14
Complementary color
Monochromatic Colors of #1A7F14
Black with #1A7F14
Text Example
Text Example
White with #1A7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7F14; }
p { color: rgb(26,127,20); }
H1.HeaderClassName
{
color: #1A7F14;
}
.AnyTagClassName
{
color: #1A7F14;
}
</style>
background-color css
<style>
a { background-color: #1A7F14; }
a { background-color: rgb(26,127,20); }
div.DivClassName
{
background-color: #1A7F14;
}
.BgClassName
{
background-color: #1A7F14;
}
</style>
border-color css
<style>
span { border-color: #1A7F14; }
span { border-color: rgb(26,127,20); }
td.TdClassName
{
border-color: #1A7F14;
}
.TagClassName
{
border-color: #1A7F14;
}
</style>