Shades of Forest Green #1A8B31
Tints of Forest Green #1A8B31
RGB
CMYK
RGB Variations
Color information
#1A8B31 (or 0x1A8B31) is known color: Forest Green. HEX triplet: 1A, 8B and 31. RGB value is (26,139,49). Sum of RGB (Red+Green+Blue) = 26+139+49=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B31 is #E574CE. Grayscale: #5F5F5F. Windows color (decimal): -15037647 or 3246874. OLE color: 3246874.
HSL color Cylindrical-coordinate representation of color #1A8B31: hue angle of 132.21º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B31 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 49 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.45 |
| HSL | 132.21º | 0.68% | 0.32% | - |
| HSV(B) | 132.21º | 0.81% | 0.55% | - |
| XYZ | 10.21 | 18.91 | 6.02 | - |
| YUV | 94.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 49 | 0.81 | 0 | 0.65 | 0.45 | 132.21 | 0.68 | 0.32 |
| Hex | 1A | 8B | 31 | 51 | 0 | 41 | 2D | 84 | 44 | 20 |
| Octal | 32 | 213 | 61 | 121 | 0 | 101 | 55 | 204 | 104 | 40 |
| Binary | 11010 | 10001011 | 110001 | 1010001 | 0 | 1000001 | 101101 | 10000100 | 1000100 | 100000 |
Color Harmonies of #1A8B31
Complementary color
Monochromatic Colors of #1A8B31
Black with #1A8B31
Text Example
Text Example
White with #1A8B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B31; }
p { color: rgb(26,139,49); }
H1.HeaderClassName
{
color: #1A8B31;
}
.AnyTagClassName
{
color: #1A8B31;
}
</style>
background-color css
<style>
a { background-color: #1A8B31; }
a { background-color: rgb(26,139,49); }
div.DivClassName
{
background-color: #1A8B31;
}
.BgClassName
{
background-color: #1A8B31;
}
</style>
border-color css
<style>
span { border-color: #1A8B31; }
span { border-color: rgb(26,139,49); }
td.TdClassName
{
border-color: #1A8B31;
}
.TagClassName
{
border-color: #1A8B31;
}
</style>