Shades of Forest Green #1A871D
Tints of Forest Green #1A871D
RGB
CMYK
RGB Variations
Color information
#1A871D (or 0x1A871D) is known color: Forest Green. HEX triplet: 1A, 87 and 1D. RGB value is (26,135,29). Sum of RGB (Red+Green+Blue) = 26+135+29=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #1A871D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A871D is #E578E2. Grayscale: #5A5A5A. Windows color (decimal): -15038691 or 1935130. OLE color: 1935130.
HSL color Cylindrical-coordinate representation of color #1A871D: hue angle of 121.65º 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 #1A871D is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 29 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.47 |
| HSL | 121.65º | 0.68% | 0.32% | - |
| HSV(B) | 121.65º | 0.81% | 0.53% | - |
| XYZ | 9.31 | 17.64 | 4.08 | - |
| YUV | 90.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 29 | 0.81 | 0 | 0.79 | 0.47 | 121.65 | 0.68 | 0.32 |
| Hex | 1A | 87 | 1D | 51 | 0 | 4F | 2F | 7A | 44 | 20 |
| Octal | 32 | 207 | 35 | 121 | 0 | 117 | 57 | 172 | 104 | 40 |
| Binary | 11010 | 10000111 | 11101 | 1010001 | 0 | 1001111 | 101111 | 1111010 | 1000100 | 100000 |
Color Harmonies of #1A871D
Complementary color
Monochromatic Colors of #1A871D
Black with #1A871D
Text Example
Text Example
White with #1A871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A871D; }
p { color: rgb(26,135,29); }
H1.HeaderClassName
{
color: #1A871D;
}
.AnyTagClassName
{
color: #1A871D;
}
</style>
background-color css
<style>
a { background-color: #1A871D; }
a { background-color: rgb(26,135,29); }
div.DivClassName
{
background-color: #1A871D;
}
.BgClassName
{
background-color: #1A871D;
}
</style>
border-color css
<style>
span { border-color: #1A871D; }
span { border-color: rgb(26,135,29); }
td.TdClassName
{
border-color: #1A871D;
}
.TagClassName
{
border-color: #1A871D;
}
</style>