Shades of Forest Green #1AA02B
Tints of Forest Green #1AA02B
RGB
CMYK
RGB Variations
Color information
#1AA02B (or 0x1AA02B) is known color: Forest Green. HEX triplet: 1A, A0 and 2B. RGB value is (26,160,43). Sum of RGB (Red+Green+Blue) = 26+160+43=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA02B is #E55FD4. Grayscale: #6A6A6A. Windows color (decimal): -15032277 or 2859034. OLE color: 2859034.
HSL color Cylindrical-coordinate representation of color #1AA02B: hue angle of 127.61º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA02B is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 43 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.37 |
| HSL | 127.61º | 0.72% | 0.36% | - |
| HSV(B) | 127.61º | 0.84% | 0.63% | - |
| XYZ | 13.43 | 25.54 | 6.51 | - |
| YUV | 106.6 | 92.11 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 43 | 0.84 | 0 | 0.73 | 0.37 | 127.61 | 0.72 | 0.36 |
| Hex | 1A | A0 | 2B | 54 | 0 | 49 | 25 | 80 | 48 | 24 |
| Octal | 32 | 240 | 53 | 124 | 0 | 111 | 45 | 200 | 110 | 44 |
| Binary | 11010 | 10100000 | 101011 | 1010100 | 0 | 1001001 | 100101 | 10000000 | 1001000 | 100100 |
Color Harmonies of #1AA02B
Complementary color
Monochromatic Colors of #1AA02B
Black with #1AA02B
Text Example
Text Example
White with #1AA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA02B; }
p { color: rgb(26,160,43); }
H1.HeaderClassName
{
color: #1AA02B;
}
.AnyTagClassName
{
color: #1AA02B;
}
</style>
background-color css
<style>
a { background-color: #1AA02B; }
a { background-color: rgb(26,160,43); }
div.DivClassName
{
background-color: #1AA02B;
}
.BgClassName
{
background-color: #1AA02B;
}
</style>
border-color css
<style>
span { border-color: #1AA02B; }
span { border-color: rgb(26,160,43); }
td.TdClassName
{
border-color: #1AA02B;
}
.TagClassName
{
border-color: #1AA02B;
}
</style>