Shades of Forest Green #1A7314
Tints of Forest Green #1A7314
RGB
CMYK
RGB Variations
Color information
#1A7314 (or 0x1A7314) is known color: Forest Green. HEX triplet: 1A, 73 and 14. RGB value is (26,115,20). Sum of RGB (Red+Green+Blue) = 26+115+20=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7314 is #E58CEB. Grayscale: #4D4D4D. Windows color (decimal): -15043820 or 1340186. OLE color: 1340186.
HSL color Cylindrical-coordinate representation of color #1A7314: hue angle of 116.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7314 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 20 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.55 |
| HSL | 116.21º | 0.7% | 0.26% | - |
| HSV(B) | 116.21º | 0.83% | 0.45% | - |
| XYZ | 6.68 | 12.53 | 2.73 | - |
| YUV | 77.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 20 | 0.77 | 0 | 0.83 | 0.55 | 116.21 | 0.7 | 0.26 |
| Hex | 1A | 73 | 14 | 4D | 0 | 53 | 37 | 74 | 46 | 1A |
| Octal | 32 | 163 | 24 | 115 | 0 | 123 | 67 | 164 | 106 | 32 |
| Binary | 11010 | 1110011 | 10100 | 1001101 | 0 | 1010011 | 110111 | 1110100 | 1000110 | 11010 |
Color Harmonies of #1A7314
Complementary color
Monochromatic Colors of #1A7314
Black with #1A7314
Text Example
Text Example
White with #1A7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7314; }
p { color: rgb(26,115,20); }
H1.HeaderClassName
{
color: #1A7314;
}
.AnyTagClassName
{
color: #1A7314;
}
</style>
background-color css
<style>
a { background-color: #1A7314; }
a { background-color: rgb(26,115,20); }
div.DivClassName
{
background-color: #1A7314;
}
.BgClassName
{
background-color: #1A7314;
}
</style>
border-color css
<style>
span { border-color: #1A7314; }
span { border-color: rgb(26,115,20); }
td.TdClassName
{
border-color: #1A7314;
}
.TagClassName
{
border-color: #1A7314;
}
</style>