Shades of Forest Green #1A9022
Tints of Forest Green #1A9022
RGB
CMYK
RGB Variations
Color information
#1A9022 (or 0x1A9022) is known color: Forest Green. HEX triplet: 1A, 90 and 22. RGB value is (26,144,34). Sum of RGB (Red+Green+Blue) = 26+144+34=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #1A9022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9022 is #E56FDD. Grayscale: #606060. Windows color (decimal): -15036382 or 2265114. OLE color: 2265114.
HSL color Cylindrical-coordinate representation of color #1A9022: hue angle of 124.07º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9022 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 34 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.44 |
| HSL | 124.07º | 0.69% | 0.33% | - |
| HSV(B) | 124.07º | 0.82% | 0.56% | - |
| XYZ | 10.69 | 20.28 | 4.86 | - |
| YUV | 96.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 34 | 0.82 | 0 | 0.76 | 0.44 | 124.07 | 0.69 | 0.33 |
| Hex | 1A | 90 | 22 | 52 | 0 | 4C | 2C | 7C | 45 | 21 |
| Octal | 32 | 220 | 42 | 122 | 0 | 114 | 54 | 174 | 105 | 41 |
| Binary | 11010 | 10010000 | 100010 | 1010010 | 0 | 1001100 | 101100 | 1111100 | 1000101 | 100001 |
Color Harmonies of #1A9022
Complementary color
Monochromatic Colors of #1A9022
Black with #1A9022
Text Example
Text Example
White with #1A9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9022; }
p { color: rgb(26,144,34); }
H1.HeaderClassName
{
color: #1A9022;
}
.AnyTagClassName
{
color: #1A9022;
}
</style>
background-color css
<style>
a { background-color: #1A9022; }
a { background-color: rgb(26,144,34); }
div.DivClassName
{
background-color: #1A9022;
}
.BgClassName
{
background-color: #1A9022;
}
</style>
border-color css
<style>
span { border-color: #1A9022; }
span { border-color: rgb(26,144,34); }
td.TdClassName
{
border-color: #1A9022;
}
.TagClassName
{
border-color: #1A9022;
}
</style>