Shades of San Felix #266B1E
Tints of San Felix #266B1E
RGB
CMYK
RGB Variations
Color information
#266B1E (or 0x266B1E) is known color: San Felix. HEX triplet: 26, 6B and 1E. RGB value is (38,107,30). Sum of RGB (Red+Green+Blue) = 38+107+30=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #266B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B1E is #D994E1. Grayscale: #4D4D4D. Windows color (decimal): -14259426 or 1993510. OLE color: 1993510.
HSL color Cylindrical-coordinate representation of color #266B1E: hue angle of 113.77º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266B1E is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 30 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.58 |
| HSL | 113.77º | 0.56% | 0.27% | - |
| HSV(B) | 113.77º | 0.72% | 0.42% | - |
| XYZ | 6.29 | 11.02 | 3.02 | - |
| YUV | 77.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 30 | 0.64 | 0 | 0.72 | 0.58 | 113.77 | 0.56 | 0.27 |
| Hex | 26 | 6B | 1E | 40 | 0 | 48 | 3A | 72 | 38 | 1B |
| Octal | 46 | 153 | 36 | 100 | 0 | 110 | 72 | 162 | 70 | 33 |
| Binary | 100110 | 1101011 | 11110 | 1000000 | 0 | 1001000 | 111010 | 1110010 | 111000 | 11011 |
Color Harmonies of #266B1E
Complementary color
Monochromatic Colors of #266B1E
Black with #266B1E
Text Example
Text Example
White with #266B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B1E; }
p { color: rgb(38,107,30); }
H1.HeaderClassName
{
color: #266B1E;
}
.AnyTagClassName
{
color: #266B1E;
}
</style>
background-color css
<style>
a { background-color: #266B1E; }
a { background-color: rgb(38,107,30); }
div.DivClassName
{
background-color: #266B1E;
}
.BgClassName
{
background-color: #266B1E;
}
</style>
border-color css
<style>
span { border-color: #266B1E; }
span { border-color: rgb(38,107,30); }
td.TdClassName
{
border-color: #266B1E;
}
.TagClassName
{
border-color: #266B1E;
}
</style>