Shades of Forest Green #1A8931
Tints of Forest Green #1A8931
RGB
CMYK
RGB Variations
Color information
#1A8931 (or 0x1A8931) is known color: Forest Green. HEX triplet: 1A, 89 and 31. RGB value is (26,137,49). Sum of RGB (Red+Green+Blue) = 26+137+49=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8931 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8931 is #E576CE. Grayscale: #5E5E5E. Windows color (decimal): -15038159 or 3246362. OLE color: 3246362.
HSL color Cylindrical-coordinate representation of color #1A8931: hue angle of 132.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8931 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 49 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.46 |
| HSL | 132.43º | 0.68% | 0.32% | - |
| HSV(B) | 132.43º | 0.81% | 0.54% | - |
| XYZ | 9.93 | 18.33 | 5.92 | - |
| YUV | 93.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 49 | 0.81 | 0 | 0.64 | 0.46 | 132.43 | 0.68 | 0.32 |
| Hex | 1A | 89 | 31 | 51 | 0 | 40 | 2E | 84 | 44 | 20 |
| Octal | 32 | 211 | 61 | 121 | 0 | 100 | 56 | 204 | 104 | 40 |
| Binary | 11010 | 10001001 | 110001 | 1010001 | 0 | 1000000 | 101110 | 10000100 | 1000100 | 100000 |
Color Harmonies of #1A8931
Complementary color
Monochromatic Colors of #1A8931
Black with #1A8931
Text Example
Text Example
White with #1A8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8931; }
p { color: rgb(26,137,49); }
H1.HeaderClassName
{
color: #1A8931;
}
.AnyTagClassName
{
color: #1A8931;
}
</style>
background-color css
<style>
a { background-color: #1A8931; }
a { background-color: rgb(26,137,49); }
div.DivClassName
{
background-color: #1A8931;
}
.BgClassName
{
background-color: #1A8931;
}
</style>
border-color css
<style>
span { border-color: #1A8931; }
span { border-color: rgb(26,137,49); }
td.TdClassName
{
border-color: #1A8931;
}
.TagClassName
{
border-color: #1A8931;
}
</style>