Shades of Forest Green #1AA62B
Tints of Forest Green #1AA62B
RGB
CMYK
RGB Variations
Color information
#1AA62B (or 0x1AA62B) is known color: Forest Green. HEX triplet: 1A, A6 and 2B. RGB value is (26,166,43). Sum of RGB (Red+Green+Blue) = 26+166+43=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA62B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA62B is #E559D4. Grayscale: #6E6E6E. Windows color (decimal): -15030741 or 2860570. OLE color: 2860570.
HSL color Cylindrical-coordinate representation of color #1AA62B: hue angle of 127.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA62B is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 166 | 43 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.35 |
| HSL | 127.29º | 0.73% | 0.38% | - |
| HSV(B) | 127.29º | 0.84% | 0.65% | - |
| XYZ | 14.5 | 27.67 | 6.86 | - |
| YUV | 110.12 | 90.12 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 166 | 43 | 0.84 | 0 | 0.74 | 0.35 | 127.29 | 0.73 | 0.38 |
| Hex | 1A | A6 | 2B | 54 | 0 | 4A | 23 | 7F | 49 | 26 |
| Octal | 32 | 246 | 53 | 124 | 0 | 112 | 43 | 177 | 111 | 46 |
| Binary | 11010 | 10100110 | 101011 | 1010100 | 0 | 1001010 | 100011 | 1111111 | 1001001 | 100110 |
Color Harmonies of #1AA62B
Complementary color
Monochromatic Colors of #1AA62B
Black with #1AA62B
Text Example
Text Example
White with #1AA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA62B; }
p { color: rgb(26,166,43); }
H1.HeaderClassName
{
color: #1AA62B;
}
.AnyTagClassName
{
color: #1AA62B;
}
</style>
background-color css
<style>
a { background-color: #1AA62B; }
a { background-color: rgb(26,166,43); }
div.DivClassName
{
background-color: #1AA62B;
}
.BgClassName
{
background-color: #1AA62B;
}
</style>
border-color css
<style>
span { border-color: #1AA62B; }
span { border-color: rgb(26,166,43); }
td.TdClassName
{
border-color: #1AA62B;
}
.TagClassName
{
border-color: #1AA62B;
}
</style>