Shades of Forest Green #1AA020
Tints of Forest Green #1AA020
RGB
CMYK
RGB Variations
Color information
#1AA020 (or 0x1AA020) is known color: Forest Green. HEX triplet: 1A, A0 and 20. RGB value is (26,160,32). Sum of RGB (Red+Green+Blue) = 26+160+32=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA020 is #E55FDF. Grayscale: #696969. Windows color (decimal): -15032288 or 2138138. OLE color: 2138138.
HSL color Cylindrical-coordinate representation of color #1AA020: hue angle of 122.69º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA020 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 32 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.37 |
| HSL | 122.69º | 0.72% | 0.36% | - |
| HSV(B) | 122.69º | 0.84% | 0.63% | - |
| XYZ | 13.26 | 25.47 | 5.58 | - |
| YUV | 105.34 | 86.61 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 32 | 0.84 | 0 | 0.80 | 0.37 | 122.69 | 0.72 | 0.36 |
| Hex | 1A | A0 | 20 | 54 | 0 | 50 | 25 | 7B | 48 | 24 |
| Octal | 32 | 240 | 40 | 124 | 0 | 120 | 45 | 173 | 110 | 44 |
| Binary | 11010 | 10100000 | 100000 | 1010100 | 0 | 1010000 | 100101 | 1111011 | 1001000 | 100100 |
Color Harmonies of #1AA020
Complementary color
Monochromatic Colors of #1AA020
Black with #1AA020
Text Example
Text Example
White with #1AA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA020; }
p { color: rgb(26,160,32); }
H1.HeaderClassName
{
color: #1AA020;
}
.AnyTagClassName
{
color: #1AA020;
}
</style>
background-color css
<style>
a { background-color: #1AA020; }
a { background-color: rgb(26,160,32); }
div.DivClassName
{
background-color: #1AA020;
}
.BgClassName
{
background-color: #1AA020;
}
</style>
border-color css
<style>
span { border-color: #1AA020; }
span { border-color: rgb(26,160,32); }
td.TdClassName
{
border-color: #1AA020;
}
.TagClassName
{
border-color: #1AA020;
}
</style>