Shades of Forest Green #1A8A26
Tints of Forest Green #1A8A26
RGB
CMYK
RGB Variations
Color information
#1A8A26 (or 0x1A8A26) is known color: Forest Green. HEX triplet: 1A, 8A and 26. RGB value is (26,138,38). Sum of RGB (Red+Green+Blue) = 26+138+38=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8A26 is #E575D9. Grayscale: #5D5D5D. Windows color (decimal): -15037914 or 2525722. OLE color: 2525722.
HSL color Cylindrical-coordinate representation of color #1A8A26: hue angle of 126.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8A26 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 138 | 38 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.46 |
| HSL | 126.43º | 0.68% | 0.32% | - |
| HSV(B) | 126.43º | 0.81% | 0.54% | - |
| XYZ | 9.86 | 18.54 | 4.89 | - |
| YUV | 93.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 38 | 0.81 | 0 | 0.72 | 0.46 | 126.43 | 0.68 | 0.32 |
| Hex | 1A | 8A | 26 | 51 | 0 | 48 | 2E | 7E | 44 | 20 |
| Octal | 32 | 212 | 46 | 121 | 0 | 110 | 56 | 176 | 104 | 40 |
| Binary | 11010 | 10001010 | 100110 | 1010001 | 0 | 1001000 | 101110 | 1111110 | 1000100 | 100000 |
Color Harmonies of #1A8A26
Complementary color
Monochromatic Colors of #1A8A26
Black with #1A8A26
Text Example
Text Example
White with #1A8A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8A26; }
p { color: rgb(26,138,38); }
H1.HeaderClassName
{
color: #1A8A26;
}
.AnyTagClassName
{
color: #1A8A26;
}
</style>
background-color css
<style>
a { background-color: #1A8A26; }
a { background-color: rgb(26,138,38); }
div.DivClassName
{
background-color: #1A8A26;
}
.BgClassName
{
background-color: #1A8A26;
}
</style>
border-color css
<style>
span { border-color: #1A8A26; }
span { border-color: rgb(26,138,38); }
td.TdClassName
{
border-color: #1A8A26;
}
.TagClassName
{
border-color: #1A8A26;
}
</style>