Shades of San Felix #266B24
Tints of San Felix #266B24
RGB
CMYK
RGB Variations
Color information
#266B24 (or 0x266B24) is known color: San Felix. HEX triplet: 26, 6B and 24. RGB value is (38,107,36). Sum of RGB (Red+Green+Blue) = 38+107+36=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #266B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B24 is #D994DB. Grayscale: #4E4E4E. Windows color (decimal): -14259420 or 2386726. OLE color: 2386726.
HSL color Cylindrical-coordinate representation of color #266B24: hue angle of 118.31º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266B24 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 36 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.58 |
| HSL | 118.31º | 0.5% | 0.28% | - |
| HSV(B) | 118.31º | 0.66% | 0.42% | - |
| XYZ | 6.38 | 11.05 | 3.47 | - |
| YUV | 78.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 36 | 0.64 | 0 | 0.66 | 0.58 | 118.31 | 0.5 | 0.28 |
| Hex | 26 | 6B | 24 | 40 | 0 | 42 | 3A | 76 | 32 | 1C |
| Octal | 46 | 153 | 44 | 100 | 0 | 102 | 72 | 166 | 62 | 34 |
| Binary | 100110 | 1101011 | 100100 | 1000000 | 0 | 1000010 | 111010 | 1110110 | 110010 | 11100 |
Color Harmonies of #266B24
Complementary color
Monochromatic Colors of #266B24
Black with #266B24
Text Example
Text Example
White with #266B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B24; }
p { color: rgb(38,107,36); }
H1.HeaderClassName
{
color: #266B24;
}
.AnyTagClassName
{
color: #266B24;
}
</style>
background-color css
<style>
a { background-color: #266B24; }
a { background-color: rgb(38,107,36); }
div.DivClassName
{
background-color: #266B24;
}
.BgClassName
{
background-color: #266B24;
}
</style>
border-color css
<style>
span { border-color: #266B24; }
span { border-color: rgb(38,107,36); }
td.TdClassName
{
border-color: #266B24;
}
.TagClassName
{
border-color: #266B24;
}
</style>