Shades of Forest Green #1A8022
Tints of Forest Green #1A8022
RGB
CMYK
RGB Variations
Color information
#1A8022 (or 0x1A8022) is known color: Forest Green. HEX triplet: 1A, 80 and 22. RGB value is (26,128,34). Sum of RGB (Red+Green+Blue) = 26+128+34=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8022 is #E57FDD. Grayscale: #575757. Windows color (decimal): -15040478 or 2261018. OLE color: 2261018.
HSL color Cylindrical-coordinate representation of color #1A8022: hue angle of 124.71º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8022 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 34 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.50 |
| HSL | 124.71º | 0.66% | 0.3% | - |
| HSV(B) | 124.71º | 0.8% | 0.5% | - |
| XYZ | 8.43 | 15.77 | 4.11 | - |
| YUV | 86.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 34 | 0.80 | 0 | 0.73 | 0.50 | 124.71 | 0.66 | 0.3 |
| Hex | 1A | 80 | 22 | 50 | 0 | 49 | 32 | 7D | 42 | 1E |
| Octal | 32 | 200 | 42 | 120 | 0 | 111 | 62 | 175 | 102 | 36 |
| Binary | 11010 | 10000000 | 100010 | 1010000 | 0 | 1001001 | 110010 | 1111101 | 1000010 | 11110 |
Color Harmonies of #1A8022
Complementary color
Monochromatic Colors of #1A8022
Black with #1A8022
Text Example
Text Example
White with #1A8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8022; }
p { color: rgb(26,128,34); }
H1.HeaderClassName
{
color: #1A8022;
}
.AnyTagClassName
{
color: #1A8022;
}
</style>
background-color css
<style>
a { background-color: #1A8022; }
a { background-color: rgb(26,128,34); }
div.DivClassName
{
background-color: #1A8022;
}
.BgClassName
{
background-color: #1A8022;
}
</style>
border-color css
<style>
span { border-color: #1A8022; }
span { border-color: rgb(26,128,34); }
td.TdClassName
{
border-color: #1A8022;
}
.TagClassName
{
border-color: #1A8022;
}
</style>