Shades of Forest Green #1A8128
Tints of Forest Green #1A8128
RGB
CMYK
RGB Variations
Color information
#1A8128 (or 0x1A8128) is known color: Forest Green. HEX triplet: 1A, 81 and 28. RGB value is (26,129,40). Sum of RGB (Red+Green+Blue) = 26+129+40=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #1A8128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8128 is #E57ED7. Grayscale: #585858. Windows color (decimal): -15040216 or 2654490. OLE color: 2654490.
HSL color Cylindrical-coordinate representation of color #1A8128: hue angle of 128.16º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8128 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 40 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.49 |
| HSL | 128.16º | 0.66% | 0.3% | - |
| HSV(B) | 128.16º | 0.8% | 0.51% | - |
| XYZ | 8.66 | 16.07 | 4.65 | - |
| YUV | 88.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 40 | 0.80 | 0 | 0.69 | 0.49 | 128.16 | 0.66 | 0.3 |
| Hex | 1A | 81 | 28 | 50 | 0 | 45 | 31 | 80 | 42 | 1E |
| Octal | 32 | 201 | 50 | 120 | 0 | 105 | 61 | 200 | 102 | 36 |
| Binary | 11010 | 10000001 | 101000 | 1010000 | 0 | 1000101 | 110001 | 10000000 | 1000010 | 11110 |
Color Harmonies of #1A8128
Complementary color
Monochromatic Colors of #1A8128
Black with #1A8128
Text Example
Text Example
White with #1A8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8128; }
p { color: rgb(26,129,40); }
H1.HeaderClassName
{
color: #1A8128;
}
.AnyTagClassName
{
color: #1A8128;
}
</style>
background-color css
<style>
a { background-color: #1A8128; }
a { background-color: rgb(26,129,40); }
div.DivClassName
{
background-color: #1A8128;
}
.BgClassName
{
background-color: #1A8128;
}
</style>
border-color css
<style>
span { border-color: #1A8128; }
span { border-color: rgb(26,129,40); }
td.TdClassName
{
border-color: #1A8128;
}
.TagClassName
{
border-color: #1A8128;
}
</style>