Shades of Forest Green #1A9310
Tints of Forest Green #1A9310
RGB
CMYK
RGB Variations
Color information
#1A9310 (or 0x1A9310) is known color: Forest Green. HEX triplet: 1A, 93 and 10. RGB value is (26,147,16). Sum of RGB (Red+Green+Blue) = 26+147+16=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 147 (57.81% from 255 or 77.78% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9310 is #E56CEF. Grayscale: #606060. Windows color (decimal): -15035632 or 1086234. OLE color: 1086234.
HSL color Cylindrical-coordinate representation of color #1A9310: hue angle of 115.42º 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 #1A9310 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 16 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.42 |
| HSL | 115.42º | 0.8% | 0.32% | - |
| HSV(B) | 115.42º | 0.89% | 0.58% | - |
| XYZ | 10.95 | 21.12 | 3.99 | - |
| YUV | 95.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 16 | 0.82 | 0 | 0.89 | 0.42 | 115.42 | 0.8 | 0.32 |
| Hex | 1A | 93 | 10 | 52 | 0 | 59 | 2A | 73 | 50 | 20 |
| Octal | 32 | 223 | 20 | 122 | 0 | 131 | 52 | 163 | 120 | 40 |
| Binary | 11010 | 10010011 | 10000 | 1010010 | 0 | 1011001 | 101010 | 1110011 | 1010000 | 100000 |
Color Harmonies of #1A9310
Complementary color
Monochromatic Colors of #1A9310
Black with #1A9310
Text Example
Text Example
White with #1A9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9310; }
p { color: rgb(26,147,16); }
H1.HeaderClassName
{
color: #1A9310;
}
.AnyTagClassName
{
color: #1A9310;
}
</style>
background-color css
<style>
a { background-color: #1A9310; }
a { background-color: rgb(26,147,16); }
div.DivClassName
{
background-color: #1A9310;
}
.BgClassName
{
background-color: #1A9310;
}
</style>
border-color css
<style>
span { border-color: #1A9310; }
span { border-color: rgb(26,147,16); }
td.TdClassName
{
border-color: #1A9310;
}
.TagClassName
{
border-color: #1A9310;
}
</style>