Shades of Forest Green #1A871C
Tints of Forest Green #1A871C
RGB
CMYK
RGB Variations
Color information
#1A871C (or 0x1A871C) is known color: Forest Green. HEX triplet: 1A, 87 and 1C. RGB value is (26,135,28). Sum of RGB (Red+Green+Blue) = 26+135+28=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 135 (53.12% from 255 or 71.43% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 135 - color contains mainly: green. Hex color #1A871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A871C is #E578E3. Grayscale: #5A5A5A. Windows color (decimal): -15038692 or 1869594. OLE color: 1869594.
HSL color Cylindrical-coordinate representation of color #1A871C: hue angle of 121.1º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A871C is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 28 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.47 |
| HSL | 121.1º | 0.68% | 0.32% | - |
| HSV(B) | 121.1º | 0.81% | 0.53% | - |
| XYZ | 9.3 | 17.63 | 4.01 | - |
| YUV | 90.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 28 | 0.81 | 0 | 0.79 | 0.47 | 121.1 | 0.68 | 0.32 |
| Hex | 1A | 87 | 1C | 51 | 0 | 4F | 2F | 79 | 44 | 20 |
| Octal | 32 | 207 | 34 | 121 | 0 | 117 | 57 | 171 | 104 | 40 |
| Binary | 11010 | 10000111 | 11100 | 1010001 | 0 | 1001111 | 101111 | 1111001 | 1000100 | 100000 |
Color Harmonies of #1A871C
Complementary color
Monochromatic Colors of #1A871C
Black with #1A871C
Text Example
Text Example
White with #1A871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A871C; }
p { color: rgb(26,135,28); }
H1.HeaderClassName
{
color: #1A871C;
}
.AnyTagClassName
{
color: #1A871C;
}
</style>
background-color css
<style>
a { background-color: #1A871C; }
a { background-color: rgb(26,135,28); }
div.DivClassName
{
background-color: #1A871C;
}
.BgClassName
{
background-color: #1A871C;
}
</style>
border-color css
<style>
span { border-color: #1A871C; }
span { border-color: rgb(26,135,28); }
td.TdClassName
{
border-color: #1A871C;
}
.TagClassName
{
border-color: #1A871C;
}
</style>