Shades of Forest Green #26760C
Tints of Forest Green #26760C
RGB
CMYK
RGB Variations
Color information
#26760C (or 0x26760C) is known color: Forest Green. HEX triplet: 26, 76 and 0C. RGB value is (38,118,12). Sum of RGB (Red+Green+Blue) = 38+118+12=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 118 (46.48% from 255 or 70.24% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 118 - color contains mainly: green. Hex color #26760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26760C is #D989F3. Grayscale: #525252. Windows color (decimal): -14256628 or 816678. OLE color: 816678.
HSL color Cylindrical-coordinate representation of color #26760C: hue angle of 105.28º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26760C is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 118 | 12 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.54 |
| HSL | 105.28º | 0.82% | 0.25% | - |
| HSV(B) | 105.28º | 0.9% | 0.46% | - |
| XYZ | 7.34 | 13.4 | 2.55 | - |
| YUV | 82 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 12 | 0.68 | 0 | 0.90 | 0.54 | 105.28 | 0.82 | 0.25 |
| Hex | 26 | 76 | C | 44 | 0 | 5A | 36 | 69 | 52 | 19 |
| Octal | 46 | 166 | 14 | 104 | 0 | 132 | 66 | 151 | 122 | 31 |
| Binary | 100110 | 1110110 | 1100 | 1000100 | 0 | 1011010 | 110110 | 1101001 | 1010010 | 11001 |
Color Harmonies of #26760C
Complementary color
Monochromatic Colors of #26760C
Black with #26760C
Text Example
Text Example
White with #26760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26760C; }
p { color: rgb(38,118,12); }
H1.HeaderClassName
{
color: #26760C;
}
.AnyTagClassName
{
color: #26760C;
}
</style>
background-color css
<style>
a { background-color: #26760C; }
a { background-color: rgb(38,118,12); }
div.DivClassName
{
background-color: #26760C;
}
.BgClassName
{
background-color: #26760C;
}
</style>
border-color css
<style>
span { border-color: #26760C; }
span { border-color: rgb(38,118,12); }
td.TdClassName
{
border-color: #26760C;
}
.TagClassName
{
border-color: #26760C;
}
</style>