Shades of Forest Green #1A911C
Tints of Forest Green #1A911C
RGB
CMYK
RGB Variations
Color information
#1A911C (or 0x1A911C) is known color: Forest Green. HEX triplet: 1A, 91 and 1C. RGB value is (26,145,28). Sum of RGB (Red+Green+Blue) = 26+145+28=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 145 (57.03% from 255 or 72.86% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 145 - color contains mainly: green. Hex color #1A911C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A911C is #E56EE3. Grayscale: #606060. Windows color (decimal): -15036132 or 1872154. OLE color: 1872154.
HSL color Cylindrical-coordinate representation of color #1A911C: hue angle of 121.01º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A911C is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 28 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.43 |
| HSL | 121.01º | 0.7% | 0.34% | - |
| HSV(B) | 121.01º | 0.82% | 0.57% | - |
| XYZ | 10.76 | 20.55 | 4.5 | - |
| YUV | 96.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 28 | 0.82 | 0 | 0.81 | 0.43 | 121.01 | 0.7 | 0.34 |
| Hex | 1A | 91 | 1C | 52 | 0 | 51 | 2B | 79 | 46 | 22 |
| Octal | 32 | 221 | 34 | 122 | 0 | 121 | 53 | 171 | 106 | 42 |
| Binary | 11010 | 10010001 | 11100 | 1010010 | 0 | 1010001 | 101011 | 1111001 | 1000110 | 100010 |
Color Harmonies of #1A911C
Complementary color
Monochromatic Colors of #1A911C
Black with #1A911C
Text Example
Text Example
White with #1A911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A911C; }
p { color: rgb(26,145,28); }
H1.HeaderClassName
{
color: #1A911C;
}
.AnyTagClassName
{
color: #1A911C;
}
</style>
background-color css
<style>
a { background-color: #1A911C; }
a { background-color: rgb(26,145,28); }
div.DivClassName
{
background-color: #1A911C;
}
.BgClassName
{
background-color: #1A911C;
}
</style>
border-color css
<style>
span { border-color: #1A911C; }
span { border-color: rgb(26,145,28); }
td.TdClassName
{
border-color: #1A911C;
}
.TagClassName
{
border-color: #1A911C;
}
</style>