Shades of Forest Green #26AC20
Tints of Forest Green #26AC20
RGB
CMYK
RGB Variations
Color information
#26AC20 (or 0x26AC20) is known color: Forest Green. HEX triplet: 26, AC and 20. RGB value is (38,172,32). Sum of RGB (Red+Green+Blue) = 38+172+32=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AC20 is #D953DF. Grayscale: #747474. Windows color (decimal): -14242784 or 2141222. OLE color: 2141222.
HSL color Cylindrical-coordinate representation of color #26AC20: hue angle of 117.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26AC20 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 32 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.33 |
| HSL | 117.43º | 0.69% | 0.4% | - |
| HSV(B) | 117.43º | 0.81% | 0.67% | - |
| XYZ | 15.81 | 30.02 | 6.33 | - |
| YUV | 115.97 | 80.61 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 32 | 0.78 | 0 | 0.81 | 0.33 | 117.43 | 0.69 | 0.4 |
| Hex | 26 | AC | 20 | 4E | 0 | 51 | 21 | 75 | 45 | 28 |
| Octal | 46 | 254 | 40 | 116 | 0 | 121 | 41 | 165 | 105 | 50 |
| Binary | 100110 | 10101100 | 100000 | 1001110 | 0 | 1010001 | 100001 | 1110101 | 1000101 | 101000 |
Color Harmonies of #26AC20
Complementary color
Monochromatic Colors of #26AC20
Black with #26AC20
Text Example
Text Example
White with #26AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AC20; }
p { color: rgb(38,172,32); }
H1.HeaderClassName
{
color: #26AC20;
}
.AnyTagClassName
{
color: #26AC20;
}
</style>
background-color css
<style>
a { background-color: #26AC20; }
a { background-color: rgb(38,172,32); }
div.DivClassName
{
background-color: #26AC20;
}
.BgClassName
{
background-color: #26AC20;
}
</style>
border-color css
<style>
span { border-color: #26AC20; }
span { border-color: rgb(38,172,32); }
td.TdClassName
{
border-color: #26AC20;
}
.TagClassName
{
border-color: #26AC20;
}
</style>