Shades of Forest Green #26A410
Tints of Forest Green #26A410
RGB
CMYK
RGB Variations
Color information
#26A410 (or 0x26A410) is known color: Forest Green. HEX triplet: 26, A4 and 10. RGB value is (38,164,16). Sum of RGB (Red+Green+Blue) = 38+164+16=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 164 (64.45% from 255 or 75.23% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 164 - color contains mainly: green. Hex color #26A410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26A410 is #D95BEF. Grayscale: #6D6D6D. Windows color (decimal): -14244848 or 1090598. OLE color: 1090598.
HSL color Cylindrical-coordinate representation of color #26A410: hue angle of 111.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26A410 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 164 | 16 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.36 |
| HSL | 111.08º | 0.82% | 0.35% | - |
| HSV(B) | 111.08º | 0.9% | 0.64% | - |
| XYZ | 14.17 | 27 | 4.96 | - |
| YUV | 109.45 | 75.26 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 16 | 0.77 | 0 | 0.90 | 0.36 | 111.08 | 0.82 | 0.35 |
| Hex | 26 | A4 | 10 | 4D | 0 | 5A | 24 | 6F | 52 | 23 |
| Octal | 46 | 244 | 20 | 115 | 0 | 132 | 44 | 157 | 122 | 43 |
| Binary | 100110 | 10100100 | 10000 | 1001101 | 0 | 1011010 | 100100 | 1101111 | 1010010 | 100011 |
Color Harmonies of #26A410
Complementary color
Monochromatic Colors of #26A410
Black with #26A410
Text Example
Text Example
White with #26A410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A410; }
p { color: rgb(38,164,16); }
H1.HeaderClassName
{
color: #26A410;
}
.AnyTagClassName
{
color: #26A410;
}
</style>
background-color css
<style>
a { background-color: #26A410; }
a { background-color: rgb(38,164,16); }
div.DivClassName
{
background-color: #26A410;
}
.BgClassName
{
background-color: #26A410;
}
</style>
border-color css
<style>
span { border-color: #26A410; }
span { border-color: rgb(38,164,16); }
td.TdClassName
{
border-color: #26A410;
}
.TagClassName
{
border-color: #26A410;
}
</style>