Shades of San Felix #266B29
Tints of San Felix #266B29
RGB
CMYK
RGB Variations
Color information
#266B29 (or 0x266B29) is known color: San Felix. HEX triplet: 26, 6B and 29. RGB value is (38,107,41). Sum of RGB (Red+Green+Blue) = 38+107+41=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #266B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B29 is #D994D6. Grayscale: #4F4F4F. Windows color (decimal): -14259415 or 2714406. OLE color: 2714406.
HSL color Cylindrical-coordinate representation of color #266B29: hue angle of 122.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266B29 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 41 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.58 |
| HSL | 122.61º | 0.48% | 0.28% | - |
| HSV(B) | 122.61º | 0.64% | 0.42% | - |
| XYZ | 6.46 | 11.09 | 3.9 | - |
| YUV | 78.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 41 | 0.64 | 0 | 0.62 | 0.58 | 122.61 | 0.48 | 0.28 |
| Hex | 26 | 6B | 29 | 40 | 0 | 3E | 3A | 7B | 30 | 1C |
| Octal | 46 | 153 | 51 | 100 | 0 | 76 | 72 | 173 | 60 | 34 |
| Binary | 100110 | 1101011 | 101001 | 1000000 | 0 | 111110 | 111010 | 1111011 | 110000 | 11100 |
Color Harmonies of #266B29
Complementary color
Monochromatic Colors of #266B29
Black with #266B29
Text Example
Text Example
White with #266B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B29; }
p { color: rgb(38,107,41); }
H1.HeaderClassName
{
color: #266B29;
}
.AnyTagClassName
{
color: #266B29;
}
</style>
background-color css
<style>
a { background-color: #266B29; }
a { background-color: rgb(38,107,41); }
div.DivClassName
{
background-color: #266B29;
}
.BgClassName
{
background-color: #266B29;
}
</style>
border-color css
<style>
span { border-color: #266B29; }
span { border-color: rgb(38,107,41); }
td.TdClassName
{
border-color: #266B29;
}
.TagClassName
{
border-color: #266B29;
}
</style>