Shades of San Felix #266B1D
Tints of San Felix #266B1D
RGB
CMYK
RGB Variations
Color information
#266B1D (or 0x266B1D) is known color: San Felix. HEX triplet: 26, 6B and 1D. RGB value is (38,107,29). Sum of RGB (Red+Green+Blue) = 38+107+29=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #266B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B1D is #D994E2. Grayscale: #4D4D4D. Windows color (decimal): -14259427 or 1927974. OLE color: 1927974.
HSL color Cylindrical-coordinate representation of color #266B1D: hue angle of 113.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #266B1D is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 29 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.58 |
| HSL | 113.08º | 0.57% | 0.27% | - |
| HSV(B) | 113.08º | 0.73% | 0.42% | - |
| XYZ | 6.28 | 11.02 | 2.96 | - |
| YUV | 77.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 29 | 0.64 | 0 | 0.73 | 0.58 | 113.08 | 0.57 | 0.27 |
| Hex | 26 | 6B | 1D | 40 | 0 | 49 | 3A | 71 | 39 | 1B |
| Octal | 46 | 153 | 35 | 100 | 0 | 111 | 72 | 161 | 71 | 33 |
| Binary | 100110 | 1101011 | 11101 | 1000000 | 0 | 1001001 | 111010 | 1110001 | 111001 | 11011 |
Color Harmonies of #266B1D
Complementary color
Monochromatic Colors of #266B1D
Black with #266B1D
Text Example
Text Example
White with #266B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B1D; }
p { color: rgb(38,107,29); }
H1.HeaderClassName
{
color: #266B1D;
}
.AnyTagClassName
{
color: #266B1D;
}
</style>
background-color css
<style>
a { background-color: #266B1D; }
a { background-color: rgb(38,107,29); }
div.DivClassName
{
background-color: #266B1D;
}
.BgClassName
{
background-color: #266B1D;
}
</style>
border-color css
<style>
span { border-color: #266B1D; }
span { border-color: rgb(38,107,29); }
td.TdClassName
{
border-color: #266B1D;
}
.TagClassName
{
border-color: #266B1D;
}
</style>