Shades of Forest Green #1A7310
Tints of Forest Green #1A7310
RGB
CMYK
RGB Variations
Color information
#1A7310 (or 0x1A7310) is known color: Forest Green. HEX triplet: 1A, 73 and 10. RGB value is (26,115,16). Sum of RGB (Red+Green+Blue) = 26+115+16=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7310 is #E58CEF. Grayscale: #4D4D4D. Windows color (decimal): -15043824 or 1078042. OLE color: 1078042.
HSL color Cylindrical-coordinate representation of color #1A7310: hue angle of 113.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A7310 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 16 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.55 |
| HSL | 113.94º | 0.76% | 0.26% | - |
| HSV(B) | 113.94º | 0.86% | 0.45% | - |
| XYZ | 6.65 | 12.52 | 2.56 | - |
| YUV | 77.1 | 93.51 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 16 | 0.77 | 0 | 0.86 | 0.55 | 113.94 | 0.76 | 0.26 |
| Hex | 1A | 73 | 10 | 4D | 0 | 56 | 37 | 72 | 4C | 1A |
| Octal | 32 | 163 | 20 | 115 | 0 | 126 | 67 | 162 | 114 | 32 |
| Binary | 11010 | 1110011 | 10000 | 1001101 | 0 | 1010110 | 110111 | 1110010 | 1001100 | 11010 |
Color Harmonies of #1A7310
Complementary color
Monochromatic Colors of #1A7310
Black with #1A7310
Text Example
Text Example
White with #1A7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7310; }
p { color: rgb(26,115,16); }
H1.HeaderClassName
{
color: #1A7310;
}
.AnyTagClassName
{
color: #1A7310;
}
</style>
background-color css
<style>
a { background-color: #1A7310; }
a { background-color: rgb(26,115,16); }
div.DivClassName
{
background-color: #1A7310;
}
.BgClassName
{
background-color: #1A7310;
}
</style>
border-color css
<style>
span { border-color: #1A7310; }
span { border-color: rgb(26,115,16); }
td.TdClassName
{
border-color: #1A7310;
}
.TagClassName
{
border-color: #1A7310;
}
</style>