Shades of Forest Green #1A8B26
Tints of Forest Green #1A8B26
RGB
CMYK
RGB Variations
Color information
#1A8B26 (or 0x1A8B26) is known color: Forest Green. HEX triplet: 1A, 8B and 26. RGB value is (26,139,38). Sum of RGB (Red+Green+Blue) = 26+139+38=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B26 is #E574D9. Grayscale: #5D5D5D. Windows color (decimal): -15037658 or 2525978. OLE color: 2525978.
HSL color Cylindrical-coordinate representation of color #1A8B26: hue angle of 126.37º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B26 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 38 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.45 |
| HSL | 126.37º | 0.68% | 0.32% | - |
| HSV(B) | 126.37º | 0.81% | 0.55% | - |
| XYZ | 10.01 | 18.82 | 4.94 | - |
| YUV | 93.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 38 | 0.81 | 0 | 0.73 | 0.45 | 126.37 | 0.68 | 0.32 |
| Hex | 1A | 8B | 26 | 51 | 0 | 49 | 2D | 7E | 44 | 20 |
| Octal | 32 | 213 | 46 | 121 | 0 | 111 | 55 | 176 | 104 | 40 |
| Binary | 11010 | 10001011 | 100110 | 1010001 | 0 | 1001001 | 101101 | 1111110 | 1000100 | 100000 |
Color Harmonies of #1A8B26
Complementary color
Monochromatic Colors of #1A8B26
Black with #1A8B26
Text Example
Text Example
White with #1A8B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B26; }
p { color: rgb(26,139,38); }
H1.HeaderClassName
{
color: #1A8B26;
}
.AnyTagClassName
{
color: #1A8B26;
}
</style>
background-color css
<style>
a { background-color: #1A8B26; }
a { background-color: rgb(26,139,38); }
div.DivClassName
{
background-color: #1A8B26;
}
.BgClassName
{
background-color: #1A8B26;
}
</style>
border-color css
<style>
span { border-color: #1A8B26; }
span { border-color: rgb(26,139,38); }
td.TdClassName
{
border-color: #1A8B26;
}
.TagClassName
{
border-color: #1A8B26;
}
</style>