Shades of Forest Green #1A781D
Tints of Forest Green #1A781D
RGB
CMYK
RGB Variations
Color information
#1A781D (or 0x1A781D) is known color: Forest Green. HEX triplet: 1A, 78 and 1D. RGB value is (26,120,29). Sum of RGB (Red+Green+Blue) = 26+120+29=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #1A781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A781D is #E587E2. Grayscale: #515151. Windows color (decimal): -15042531 or 1931290. OLE color: 1931290.
HSL color Cylindrical-coordinate representation of color #1A781D: hue angle of 121.91º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A781D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 120 | 29 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.53 |
| HSL | 121.91º | 0.64% | 0.29% | - |
| HSV(B) | 121.91º | 0.78% | 0.47% | - |
| XYZ | 7.36 | 13.74 | 3.43 | - |
| YUV | 81.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 29 | 0.78 | 0 | 0.76 | 0.53 | 121.91 | 0.64 | 0.29 |
| Hex | 1A | 78 | 1D | 4E | 0 | 4C | 35 | 7A | 40 | 1D |
| Octal | 32 | 170 | 35 | 116 | 0 | 114 | 65 | 172 | 100 | 35 |
| Binary | 11010 | 1111000 | 11101 | 1001110 | 0 | 1001100 | 110101 | 1111010 | 1000000 | 11101 |
Color Harmonies of #1A781D
Complementary color
Monochromatic Colors of #1A781D
Black with #1A781D
Text Example
Text Example
White with #1A781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A781D; }
p { color: rgb(26,120,29); }
H1.HeaderClassName
{
color: #1A781D;
}
.AnyTagClassName
{
color: #1A781D;
}
</style>
background-color css
<style>
a { background-color: #1A781D; }
a { background-color: rgb(26,120,29); }
div.DivClassName
{
background-color: #1A781D;
}
.BgClassName
{
background-color: #1A781D;
}
</style>
border-color css
<style>
span { border-color: #1A781D; }
span { border-color: rgb(26,120,29); }
td.TdClassName
{
border-color: #1A781D;
}
.TagClassName
{
border-color: #1A781D;
}
</style>