Shades of Forest Green #1A871F
Tints of Forest Green #1A871F
RGB
CMYK
RGB Variations
Color information
#1A871F (or 0x1A871F) is known color: Forest Green. HEX triplet: 1A, 87 and 1F. RGB value is (26,135,31). Sum of RGB (Red+Green+Blue) = 26+135+31=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #1A871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A871F is #E578E0. Grayscale: #5A5A5A. Windows color (decimal): -15038689 or 2066202. OLE color: 2066202.
HSL color Cylindrical-coordinate representation of color #1A871F: hue angle of 122.75º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A871F is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 31 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.47 |
| HSL | 122.75º | 0.68% | 0.32% | - |
| HSV(B) | 122.75º | 0.81% | 0.53% | - |
| XYZ | 9.34 | 17.65 | 4.21 | - |
| YUV | 90.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 31 | 0.81 | 0 | 0.77 | 0.47 | 122.75 | 0.68 | 0.32 |
| Hex | 1A | 87 | 1F | 51 | 0 | 4D | 2F | 7B | 44 | 20 |
| Octal | 32 | 207 | 37 | 121 | 0 | 115 | 57 | 173 | 104 | 40 |
| Binary | 11010 | 10000111 | 11111 | 1010001 | 0 | 1001101 | 101111 | 1111011 | 1000100 | 100000 |
Color Harmonies of #1A871F
Complementary color
Monochromatic Colors of #1A871F
Black with #1A871F
Text Example
Text Example
White with #1A871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A871F; }
p { color: rgb(26,135,31); }
H1.HeaderClassName
{
color: #1A871F;
}
.AnyTagClassName
{
color: #1A871F;
}
</style>
background-color css
<style>
a { background-color: #1A871F; }
a { background-color: rgb(26,135,31); }
div.DivClassName
{
background-color: #1A871F;
}
.BgClassName
{
background-color: #1A871F;
}
</style>
border-color css
<style>
span { border-color: #1A871F; }
span { border-color: rgb(26,135,31); }
td.TdClassName
{
border-color: #1A871F;
}
.TagClassName
{
border-color: #1A871F;
}
</style>