Shades of Forest Green #1A872E
Tints of Forest Green #1A872E
RGB
CMYK
RGB Variations
Color information
#1A872E (or 0x1A872E) is known color: Forest Green. HEX triplet: 1A, 87 and 2E. RGB value is (26,135,46). Sum of RGB (Red+Green+Blue) = 26+135+46=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #1A872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A872E is #E578D1. Grayscale: #5C5C5C. Windows color (decimal): -15038674 or 3049242. OLE color: 3049242.
HSL color Cylindrical-coordinate representation of color #1A872E: hue angle of 131.01º 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 #1A872E is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 46 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.47 |
| HSL | 131.01º | 0.68% | 0.32% | - |
| HSV(B) | 131.01º | 0.81% | 0.53% | - |
| XYZ | 9.58 | 17.74 | 5.5 | - |
| YUV | 92.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 46 | 0.81 | 0 | 0.66 | 0.47 | 131.01 | 0.68 | 0.32 |
| Hex | 1A | 87 | 2E | 51 | 0 | 42 | 2F | 83 | 44 | 20 |
| Octal | 32 | 207 | 56 | 121 | 0 | 102 | 57 | 203 | 104 | 40 |
| Binary | 11010 | 10000111 | 101110 | 1010001 | 0 | 1000010 | 101111 | 10000011 | 1000100 | 100000 |
Color Harmonies of #1A872E
Complementary color
Monochromatic Colors of #1A872E
Black with #1A872E
Text Example
Text Example
White with #1A872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A872E; }
p { color: rgb(26,135,46); }
H1.HeaderClassName
{
color: #1A872E;
}
.AnyTagClassName
{
color: #1A872E;
}
</style>
background-color css
<style>
a { background-color: #1A872E; }
a { background-color: rgb(26,135,46); }
div.DivClassName
{
background-color: #1A872E;
}
.BgClassName
{
background-color: #1A872E;
}
</style>
border-color css
<style>
span { border-color: #1A872E; }
span { border-color: rgb(26,135,46); }
td.TdClassName
{
border-color: #1A872E;
}
.TagClassName
{
border-color: #1A872E;
}
</style>