Shades of Forest Green #26960C
Tints of Forest Green #26960C
RGB
CMYK
RGB Variations
Color information
#26960C (or 0x26960C) is known color: Forest Green. HEX triplet: 26, 96 and 0C. RGB value is (38,150,12). Sum of RGB (Red+Green+Blue) = 38+150+12=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #26960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26960C is #D969F3. Grayscale: #656565. Windows color (decimal): -14248436 or 824870. OLE color: 824870.
HSL color Cylindrical-coordinate representation of color #26960C: hue angle of 108.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26960C is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 12 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.41 |
| HSL | 108.7º | 0.85% | 0.32% | - |
| HSV(B) | 108.7º | 0.92% | 0.59% | - |
| XYZ | 11.77 | 22.25 | 4.02 | - |
| YUV | 100.78 | 77.89 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 12 | 0.75 | 0 | 0.92 | 0.41 | 108.7 | 0.85 | 0.32 |
| Hex | 26 | 96 | C | 4B | 0 | 5C | 29 | 6D | 55 | 20 |
| Octal | 46 | 226 | 14 | 113 | 0 | 134 | 51 | 155 | 125 | 40 |
| Binary | 100110 | 10010110 | 1100 | 1001011 | 0 | 1011100 | 101001 | 1101101 | 1010101 | 100000 |
Color Harmonies of #26960C
Complementary color
Monochromatic Colors of #26960C
Black with #26960C
Text Example
Text Example
White with #26960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26960C; }
p { color: rgb(38,150,12); }
H1.HeaderClassName
{
color: #26960C;
}
.AnyTagClassName
{
color: #26960C;
}
</style>
background-color css
<style>
a { background-color: #26960C; }
a { background-color: rgb(38,150,12); }
div.DivClassName
{
background-color: #26960C;
}
.BgClassName
{
background-color: #26960C;
}
</style>
border-color css
<style>
span { border-color: #26960C; }
span { border-color: rgb(38,150,12); }
td.TdClassName
{
border-color: #26960C;
}
.TagClassName
{
border-color: #26960C;
}
</style>