Shades of Forest Green #1A861D
Tints of Forest Green #1A861D
RGB
CMYK
RGB Variations
Color information
#1A861D (or 0x1A861D) is known color: Forest Green. HEX triplet: 1A, 86 and 1D. RGB value is (26,134,29). Sum of RGB (Red+Green+Blue) = 26+134+29=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #1A861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A861D is #E579E2. Grayscale: #5A5A5A. Windows color (decimal): -15038947 or 1934874. OLE color: 1934874.
HSL color Cylindrical-coordinate representation of color #1A861D: hue angle of 121.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A861D is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 29 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.47 |
| HSL | 121.67º | 0.68% | 0.31% | - |
| HSV(B) | 121.67º | 0.81% | 0.53% | - |
| XYZ | 9.17 | 17.36 | 4.03 | - |
| YUV | 89.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 29 | 0.81 | 0 | 0.78 | 0.47 | 121.67 | 0.68 | 0.31 |
| Hex | 1A | 86 | 1D | 51 | 0 | 4E | 2F | 7A | 44 | 1F |
| Octal | 32 | 206 | 35 | 121 | 0 | 116 | 57 | 172 | 104 | 37 |
| Binary | 11010 | 10000110 | 11101 | 1010001 | 0 | 1001110 | 101111 | 1111010 | 1000100 | 11111 |
Color Harmonies of #1A861D
Complementary color
Monochromatic Colors of #1A861D
Black with #1A861D
Text Example
Text Example
White with #1A861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A861D; }
p { color: rgb(26,134,29); }
H1.HeaderClassName
{
color: #1A861D;
}
.AnyTagClassName
{
color: #1A861D;
}
</style>
background-color css
<style>
a { background-color: #1A861D; }
a { background-color: rgb(26,134,29); }
div.DivClassName
{
background-color: #1A861D;
}
.BgClassName
{
background-color: #1A861D;
}
</style>
border-color css
<style>
span { border-color: #1A861D; }
span { border-color: rgb(26,134,29); }
td.TdClassName
{
border-color: #1A861D;
}
.TagClassName
{
border-color: #1A861D;
}
</style>