Shades of Forest Green #1AB220
Tints of Forest Green #1AB220
RGB
CMYK
RGB Variations
Color information
#1AB220 (or 0x1AB220) is known color: Forest Green. HEX triplet: 1A, B2 and 20. RGB value is (26,178,32). Sum of RGB (Red+Green+Blue) = 26+178+32=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 178 (69.92% from 255 or 75.42% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB220 is #E54DDF. Grayscale: #747474. Windows color (decimal): -15027680 or 2142746. OLE color: 2142746.
HSL color Cylindrical-coordinate representation of color #1AB220: hue angle of 122.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB220 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 32 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.30 |
| HSL | 122.37º | 0.75% | 0.4% | - |
| HSV(B) | 122.37º | 0.85% | 0.7% | - |
| XYZ | 16.61 | 32.16 | 6.7 | - |
| YUV | 115.91 | 80.64 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 32 | 0.85 | 0 | 0.82 | 0.30 | 122.37 | 0.75 | 0.4 |
| Hex | 1A | B2 | 20 | 55 | 0 | 52 | 1E | 7A | 4B | 28 |
| Octal | 32 | 262 | 40 | 125 | 0 | 122 | 36 | 172 | 113 | 50 |
| Binary | 11010 | 10110010 | 100000 | 1010101 | 0 | 1010010 | 11110 | 1111010 | 1001011 | 101000 |
Color Harmonies of #1AB220
Complementary color
Monochromatic Colors of #1AB220
Black with #1AB220
Text Example
Text Example
White with #1AB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB220; }
p { color: rgb(26,178,32); }
H1.HeaderClassName
{
color: #1AB220;
}
.AnyTagClassName
{
color: #1AB220;
}
</style>
background-color css
<style>
a { background-color: #1AB220; }
a { background-color: rgb(26,178,32); }
div.DivClassName
{
background-color: #1AB220;
}
.BgClassName
{
background-color: #1AB220;
}
</style>
border-color css
<style>
span { border-color: #1AB220; }
span { border-color: rgb(26,178,32); }
td.TdClassName
{
border-color: #1AB220;
}
.TagClassName
{
border-color: #1AB220;
}
</style>