Shades of Forest Green #1AB020
Tints of Forest Green #1AB020
RGB
CMYK
RGB Variations
Color information
#1AB020 (or 0x1AB020) is known color: Forest Green. HEX triplet: 1A, B0 and 20. RGB value is (26,176,32). Sum of RGB (Red+Green+Blue) = 26+176+32=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 176 (69.14% from 255 or 75.21% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB020 is #E54FDF. Grayscale: #737373. Windows color (decimal): -15028192 or 2142234. OLE color: 2142234.
HSL color Cylindrical-coordinate representation of color #1AB020: hue angle of 122.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB020 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 32 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.31 |
| HSL | 122.4º | 0.74% | 0.4% | - |
| HSV(B) | 122.4º | 0.85% | 0.69% | - |
| XYZ | 16.21 | 31.37 | 6.57 | - |
| YUV | 114.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 32 | 0.85 | 0 | 0.82 | 0.31 | 122.4 | 0.74 | 0.4 |
| Hex | 1A | B0 | 20 | 55 | 0 | 52 | 1F | 7A | 4A | 28 |
| Octal | 32 | 260 | 40 | 125 | 0 | 122 | 37 | 172 | 112 | 50 |
| Binary | 11010 | 10110000 | 100000 | 1010101 | 0 | 1010010 | 11111 | 1111010 | 1001010 | 101000 |
Color Harmonies of #1AB020
Complementary color
Monochromatic Colors of #1AB020
Black with #1AB020
Text Example
Text Example
White with #1AB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB020; }
p { color: rgb(26,176,32); }
H1.HeaderClassName
{
color: #1AB020;
}
.AnyTagClassName
{
color: #1AB020;
}
</style>
background-color css
<style>
a { background-color: #1AB020; }
a { background-color: rgb(26,176,32); }
div.DivClassName
{
background-color: #1AB020;
}
.BgClassName
{
background-color: #1AB020;
}
</style>
border-color css
<style>
span { border-color: #1AB020; }
span { border-color: rgb(26,176,32); }
td.TdClassName
{
border-color: #1AB020;
}
.TagClassName
{
border-color: #1AB020;
}
</style>