Shades of Forest Green #1A9020
Tints of Forest Green #1A9020
RGB
CMYK
RGB Variations
Color information
#1A9020 (or 0x1A9020) is known color: Forest Green. HEX triplet: 1A, 90 and 20. RGB value is (26,144,32). Sum of RGB (Red+Green+Blue) = 26+144+32=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #1A9020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9020 is #E56FDF. Grayscale: #606060. Windows color (decimal): -15036384 or 2134042. OLE color: 2134042.
HSL color Cylindrical-coordinate representation of color #1A9020: hue angle of 123.05º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9020 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 32 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.44 |
| HSL | 123.05º | 0.69% | 0.33% | - |
| HSV(B) | 123.05º | 0.82% | 0.56% | - |
| XYZ | 10.66 | 20.27 | 4.72 | - |
| YUV | 95.95 | 91.91 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 32 | 0.82 | 0 | 0.78 | 0.44 | 123.05 | 0.69 | 0.33 |
| Hex | 1A | 90 | 20 | 52 | 0 | 4E | 2C | 7B | 45 | 21 |
| Octal | 32 | 220 | 40 | 122 | 0 | 116 | 54 | 173 | 105 | 41 |
| Binary | 11010 | 10010000 | 100000 | 1010010 | 0 | 1001110 | 101100 | 1111011 | 1000101 | 100001 |
Color Harmonies of #1A9020
Complementary color
Monochromatic Colors of #1A9020
Black with #1A9020
Text Example
Text Example
White with #1A9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9020; }
p { color: rgb(26,144,32); }
H1.HeaderClassName
{
color: #1A9020;
}
.AnyTagClassName
{
color: #1A9020;
}
</style>
background-color css
<style>
a { background-color: #1A9020; }
a { background-color: rgb(26,144,32); }
div.DivClassName
{
background-color: #1A9020;
}
.BgClassName
{
background-color: #1A9020;
}
</style>
border-color css
<style>
span { border-color: #1A9020; }
span { border-color: rgb(26,144,32); }
td.TdClassName
{
border-color: #1A9020;
}
.TagClassName
{
border-color: #1A9020;
}
</style>