Shades of Forest Green #1A8C26
Tints of Forest Green #1A8C26
RGB
CMYK
RGB Variations
Color information
#1A8C26 (or 0x1A8C26) is known color: Forest Green. HEX triplet: 1A, 8C and 26. RGB value is (26,140,38). Sum of RGB (Red+Green+Blue) = 26+140+38=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #1A8C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8C26 is #E573D9. Grayscale: #5E5E5E. Windows color (decimal): -15037402 or 2526234. OLE color: 2526234.
HSL color Cylindrical-coordinate representation of color #1A8C26: hue angle of 126.32º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8C26 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 140 | 38 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.45 |
| HSL | 126.32º | 0.69% | 0.33% | - |
| HSV(B) | 126.32º | 0.81% | 0.55% | - |
| XYZ | 10.15 | 19.12 | 4.99 | - |
| YUV | 94.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 38 | 0.81 | 0 | 0.73 | 0.45 | 126.32 | 0.69 | 0.33 |
| Hex | 1A | 8C | 26 | 51 | 0 | 49 | 2D | 7E | 45 | 21 |
| Octal | 32 | 214 | 46 | 121 | 0 | 111 | 55 | 176 | 105 | 41 |
| Binary | 11010 | 10001100 | 100110 | 1010001 | 0 | 1001001 | 101101 | 1111110 | 1000101 | 100001 |
Color Harmonies of #1A8C26
Complementary color
Monochromatic Colors of #1A8C26
Black with #1A8C26
Text Example
Text Example
White with #1A8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8C26; }
p { color: rgb(26,140,38); }
H1.HeaderClassName
{
color: #1A8C26;
}
.AnyTagClassName
{
color: #1A8C26;
}
</style>
background-color css
<style>
a { background-color: #1A8C26; }
a { background-color: rgb(26,140,38); }
div.DivClassName
{
background-color: #1A8C26;
}
.BgClassName
{
background-color: #1A8C26;
}
</style>
border-color css
<style>
span { border-color: #1A8C26; }
span { border-color: rgb(26,140,38); }
td.TdClassName
{
border-color: #1A8C26;
}
.TagClassName
{
border-color: #1A8C26;
}
</style>