Shades of Forest Green #1AA320
Tints of Forest Green #1AA320
RGB
CMYK
RGB Variations
Color information
#1AA320 (or 0x1AA320) is known color: Forest Green. HEX triplet: 1A, A3 and 20. RGB value is (26,163,32). Sum of RGB (Red+Green+Blue) = 26+163+32=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 163 (64.06% from 255 or 73.76% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA320 is #E55CDF. Grayscale: #6B6B6B. Windows color (decimal): -15031520 or 2138906. OLE color: 2138906.
HSL color Cylindrical-coordinate representation of color #1AA320: hue angle of 122.63º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA320 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 163 | 32 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.36 |
| HSL | 122.63º | 0.72% | 0.37% | - |
| HSV(B) | 122.63º | 0.84% | 0.64% | - |
| XYZ | 13.78 | 26.52 | 5.76 | - |
| YUV | 107.1 | 85.61 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 32 | 0.84 | 0 | 0.80 | 0.36 | 122.63 | 0.72 | 0.37 |
| Hex | 1A | A3 | 20 | 54 | 0 | 50 | 24 | 7B | 48 | 25 |
| Octal | 32 | 243 | 40 | 124 | 0 | 120 | 44 | 173 | 110 | 45 |
| Binary | 11010 | 10100011 | 100000 | 1010100 | 0 | 1010000 | 100100 | 1111011 | 1001000 | 100101 |
Color Harmonies of #1AA320
Complementary color
Monochromatic Colors of #1AA320
Black with #1AA320
Text Example
Text Example
White with #1AA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA320; }
p { color: rgb(26,163,32); }
H1.HeaderClassName
{
color: #1AA320;
}
.AnyTagClassName
{
color: #1AA320;
}
</style>
background-color css
<style>
a { background-color: #1AA320; }
a { background-color: rgb(26,163,32); }
div.DivClassName
{
background-color: #1AA320;
}
.BgClassName
{
background-color: #1AA320;
}
</style>
border-color css
<style>
span { border-color: #1AA320; }
span { border-color: rgb(26,163,32); }
td.TdClassName
{
border-color: #1AA320;
}
.TagClassName
{
border-color: #1AA320;
}
</style>