Shades of Forest Green #1A9410
Tints of Forest Green #1A9410
RGB
CMYK
RGB Variations
Color information
#1A9410 (or 0x1A9410) is known color: Forest Green. HEX triplet: 1A, 94 and 10. RGB value is (26,148,16). Sum of RGB (Red+Green+Blue) = 26+148+16=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9410 is #E56BEF. Grayscale: #606060. Windows color (decimal): -15035376 or 1086490. OLE color: 1086490.
HSL color Cylindrical-coordinate representation of color #1A9410: hue angle of 115.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9410 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 16 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.42 |
| HSL | 115.45º | 0.8% | 0.32% | - |
| HSV(B) | 115.45º | 0.89% | 0.58% | - |
| XYZ | 11.11 | 21.44 | 4.04 | - |
| YUV | 96.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 16 | 0.82 | 0 | 0.89 | 0.42 | 115.45 | 0.8 | 0.32 |
| Hex | 1A | 94 | 10 | 52 | 0 | 59 | 2A | 73 | 50 | 20 |
| Octal | 32 | 224 | 20 | 122 | 0 | 131 | 52 | 163 | 120 | 40 |
| Binary | 11010 | 10010100 | 10000 | 1010010 | 0 | 1011001 | 101010 | 1110011 | 1010000 | 100000 |
Color Harmonies of #1A9410
Complementary color
Monochromatic Colors of #1A9410
Black with #1A9410
Text Example
Text Example
White with #1A9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9410; }
p { color: rgb(26,148,16); }
H1.HeaderClassName
{
color: #1A9410;
}
.AnyTagClassName
{
color: #1A9410;
}
</style>
background-color css
<style>
a { background-color: #1A9410; }
a { background-color: rgb(26,148,16); }
div.DivClassName
{
background-color: #1A9410;
}
.BgClassName
{
background-color: #1A9410;
}
</style>
border-color css
<style>
span { border-color: #1A9410; }
span { border-color: rgb(26,148,16); }
td.TdClassName
{
border-color: #1A9410;
}
.TagClassName
{
border-color: #1A9410;
}
</style>