Shades of Forest Green #26A616
Tints of Forest Green #26A616
RGB
CMYK
RGB Variations
Color information
#26A616 (or 0x26A616) is known color: Forest Green. HEX triplet: 26, A6 and 16. RGB value is (38,166,22). Sum of RGB (Red+Green+Blue) = 38+166+22=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #26A616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26A616 is #D959E9. Grayscale: #6F6F6F. Windows color (decimal): -14244330 or 1484326. OLE color: 1484326.
HSL color Cylindrical-coordinate representation of color #26A616: hue angle of 113.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26A616 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 22 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.35 |
| HSL | 113.33º | 0.77% | 0.37% | - |
| HSV(B) | 113.33º | 0.87% | 0.65% | - |
| XYZ | 14.58 | 27.74 | 5.35 | - |
| YUV | 111.31 | 77.59 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 22 | 0.77 | 0 | 0.87 | 0.35 | 113.33 | 0.77 | 0.37 |
| Hex | 26 | A6 | 16 | 4D | 0 | 57 | 23 | 71 | 4D | 25 |
| Octal | 46 | 246 | 26 | 115 | 0 | 127 | 43 | 161 | 115 | 45 |
| Binary | 100110 | 10100110 | 10110 | 1001101 | 0 | 1010111 | 100011 | 1110001 | 1001101 | 100101 |
Color Harmonies of #26A616
Complementary color
Monochromatic Colors of #26A616
Black with #26A616
Text Example
Text Example
White with #26A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A616; }
p { color: rgb(38,166,22); }
H1.HeaderClassName
{
color: #26A616;
}
.AnyTagClassName
{
color: #26A616;
}
</style>
background-color css
<style>
a { background-color: #26A616; }
a { background-color: rgb(38,166,22); }
div.DivClassName
{
background-color: #26A616;
}
.BgClassName
{
background-color: #26A616;
}
</style>
border-color css
<style>
span { border-color: #26A616; }
span { border-color: rgb(38,166,22); }
td.TdClassName
{
border-color: #26A616;
}
.TagClassName
{
border-color: #26A616;
}
</style>