Shades of Forest Green #26A320
Tints of Forest Green #26A320
RGB
CMYK
RGB Variations
Color information
#26A320 (or 0x26A320) is known color: Forest Green. HEX triplet: 26, A3 and 20. RGB value is (38,163,32). Sum of RGB (Red+Green+Blue) = 38+163+32=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 163 (64.06% from 255 or 69.96% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 163 - color contains mainly: green. Hex color #26A320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A320 is #D95CDF. Grayscale: #6F6F6F. Windows color (decimal): -14245088 or 2138918. OLE color: 2138918.
HSL color Cylindrical-coordinate representation of color #26A320: hue angle of 117.25º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26A320 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 163 | 32 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.36 |
| HSL | 117.25º | 0.67% | 0.38% | - |
| HSV(B) | 117.25º | 0.8% | 0.64% | - |
| XYZ | 14.16 | 26.71 | 5.78 | - |
| YUV | 110.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 163 | 32 | 0.77 | 0 | 0.80 | 0.36 | 117.25 | 0.67 | 0.38 |
| Hex | 26 | A3 | 20 | 4D | 0 | 50 | 24 | 75 | 43 | 26 |
| Octal | 46 | 243 | 40 | 115 | 0 | 120 | 44 | 165 | 103 | 46 |
| Binary | 100110 | 10100011 | 100000 | 1001101 | 0 | 1010000 | 100100 | 1110101 | 1000011 | 100110 |
Color Harmonies of #26A320
Complementary color
Monochromatic Colors of #26A320
Black with #26A320
Text Example
Text Example
White with #26A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A320; }
p { color: rgb(38,163,32); }
H1.HeaderClassName
{
color: #26A320;
}
.AnyTagClassName
{
color: #26A320;
}
</style>
background-color css
<style>
a { background-color: #26A320; }
a { background-color: rgb(38,163,32); }
div.DivClassName
{
background-color: #26A320;
}
.BgClassName
{
background-color: #26A320;
}
</style>
border-color css
<style>
span { border-color: #26A320; }
span { border-color: rgb(38,163,32); }
td.TdClassName
{
border-color: #26A320;
}
.TagClassName
{
border-color: #26A320;
}
</style>