Shades of Forest Green #1AAA26
Tints of Forest Green #1AAA26
RGB
CMYK
RGB Variations
Color information
#1AAA26 (or 0x1AAA26) is known color: Forest Green. HEX triplet: 1A, AA and 26. RGB value is (26,170,38). Sum of RGB (Red+Green+Blue) = 26+170+38=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA26 is #E555D9. Grayscale: #707070. Windows color (decimal): -15029722 or 2533914. OLE color: 2533914.
HSL color Cylindrical-coordinate representation of color #1AAA26: hue angle of 125º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA26 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 38 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.33 |
| HSL | 125º | 0.73% | 0.38% | - |
| HSV(B) | 125º | 0.85% | 0.67% | - |
| XYZ | 15.15 | 29.11 | 6.65 | - |
| YUV | 111.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 38 | 0.85 | 0 | 0.78 | 0.33 | 125 | 0.73 | 0.38 |
| Hex | 1A | AA | 26 | 55 | 0 | 4E | 21 | 7D | 49 | 26 |
| Octal | 32 | 252 | 46 | 125 | 0 | 116 | 41 | 175 | 111 | 46 |
| Binary | 11010 | 10101010 | 100110 | 1010101 | 0 | 1001110 | 100001 | 1111101 | 1001001 | 100110 |
Color Harmonies of #1AAA26
Complementary color
Monochromatic Colors of #1AAA26
Black with #1AAA26
Text Example
Text Example
White with #1AAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA26; }
p { color: rgb(26,170,38); }
H1.HeaderClassName
{
color: #1AAA26;
}
.AnyTagClassName
{
color: #1AAA26;
}
</style>
background-color css
<style>
a { background-color: #1AAA26; }
a { background-color: rgb(26,170,38); }
div.DivClassName
{
background-color: #1AAA26;
}
.BgClassName
{
background-color: #1AAA26;
}
</style>
border-color css
<style>
span { border-color: #1AAA26; }
span { border-color: rgb(26,170,38); }
td.TdClassName
{
border-color: #1AAA26;
}
.TagClassName
{
border-color: #1AAA26;
}
</style>