Shades of Forest Green #1AAA28
Tints of Forest Green #1AAA28
RGB
CMYK
RGB Variations
Color information
#1AAA28 (or 0x1AAA28) is known color: Forest Green. HEX triplet: 1A, AA and 28. RGB value is (26,170,40). Sum of RGB (Red+Green+Blue) = 26+170+40=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA28 is #E555D7. Grayscale: #707070. Windows color (decimal): -15029720 or 2664986. OLE color: 2664986.
HSL color Cylindrical-coordinate representation of color #1AAA28: hue angle of 125.83º 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 #1AAA28 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 40 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.33 |
| HSL | 125.83º | 0.73% | 0.38% | - |
| HSV(B) | 125.83º | 0.85% | 0.67% | - |
| XYZ | 15.18 | 29.12 | 6.83 | - |
| YUV | 112.12 | 87.29 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 40 | 0.85 | 0 | 0.76 | 0.33 | 125.83 | 0.73 | 0.38 |
| Hex | 1A | AA | 28 | 55 | 0 | 4C | 21 | 7E | 49 | 26 |
| Octal | 32 | 252 | 50 | 125 | 0 | 114 | 41 | 176 | 111 | 46 |
| Binary | 11010 | 10101010 | 101000 | 1010101 | 0 | 1001100 | 100001 | 1111110 | 1001001 | 100110 |
Color Harmonies of #1AAA28
Complementary color
Monochromatic Colors of #1AAA28
Black with #1AAA28
Text Example
Text Example
White with #1AAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA28; }
p { color: rgb(26,170,40); }
H1.HeaderClassName
{
color: #1AAA28;
}
.AnyTagClassName
{
color: #1AAA28;
}
</style>
background-color css
<style>
a { background-color: #1AAA28; }
a { background-color: rgb(26,170,40); }
div.DivClassName
{
background-color: #1AAA28;
}
.BgClassName
{
background-color: #1AAA28;
}
</style>
border-color css
<style>
span { border-color: #1AAA28; }
span { border-color: rgb(26,170,40); }
td.TdClassName
{
border-color: #1AAA28;
}
.TagClassName
{
border-color: #1AAA28;
}
</style>