Shades of Forest Green #1A7616
Tints of Forest Green #1A7616
RGB
CMYK
RGB Variations
Color information
#1A7616 (or 0x1A7616) is known color: Forest Green. HEX triplet: 1A, 76 and 16. RGB value is (26,118,22). Sum of RGB (Red+Green+Blue) = 26+118+22=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7616 is #E589E9. Grayscale: #4F4F4F. Windows color (decimal): -15043050 or 1472026. OLE color: 1472026.
HSL color Cylindrical-coordinate representation of color #1A7616: hue angle of 117.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A7616 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 22 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.54 |
| HSL | 117.5º | 0.69% | 0.27% | - |
| HSV(B) | 117.5º | 0.81% | 0.46% | - |
| XYZ | 7.05 | 13.23 | 2.94 | - |
| YUV | 79.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 22 | 0.78 | 0 | 0.81 | 0.54 | 117.5 | 0.69 | 0.27 |
| Hex | 1A | 76 | 16 | 4E | 0 | 51 | 36 | 76 | 45 | 1B |
| Octal | 32 | 166 | 26 | 116 | 0 | 121 | 66 | 166 | 105 | 33 |
| Binary | 11010 | 1110110 | 10110 | 1001110 | 0 | 1010001 | 110110 | 1110110 | 1000101 | 11011 |
Color Harmonies of #1A7616
Complementary color
Monochromatic Colors of #1A7616
Black with #1A7616
Text Example
Text Example
White with #1A7616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7616; }
p { color: rgb(26,118,22); }
H1.HeaderClassName
{
color: #1A7616;
}
.AnyTagClassName
{
color: #1A7616;
}
</style>
background-color css
<style>
a { background-color: #1A7616; }
a { background-color: rgb(26,118,22); }
div.DivClassName
{
background-color: #1A7616;
}
.BgClassName
{
background-color: #1A7616;
}
</style>
border-color css
<style>
span { border-color: #1A7616; }
span { border-color: rgb(26,118,22); }
td.TdClassName
{
border-color: #1A7616;
}
.TagClassName
{
border-color: #1A7616;
}
</style>