Shades of San Felix #266B27
Tints of San Felix #266B27
RGB
CMYK
RGB Variations
Color information
#266B27 (or 0x266B27) is known color: San Felix. HEX triplet: 26, 6B and 27. RGB value is (38,107,39). Sum of RGB (Red+Green+Blue) = 38+107+39=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #266B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B27 is #D994D8. Grayscale: #4E4E4E. Windows color (decimal): -14259417 or 2583334. OLE color: 2583334.
HSL color Cylindrical-coordinate representation of color #266B27: hue angle of 120.87º 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 #266B27 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 39 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.58 |
| HSL | 120.87º | 0.48% | 0.28% | - |
| HSV(B) | 120.87º | 0.64% | 0.42% | - |
| XYZ | 6.42 | 11.07 | 3.72 | - |
| YUV | 78.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 39 | 0.64 | 0 | 0.64 | 0.58 | 120.87 | 0.48 | 0.28 |
| Hex | 26 | 6B | 27 | 40 | 0 | 40 | 3A | 79 | 30 | 1C |
| Octal | 46 | 153 | 47 | 100 | 0 | 100 | 72 | 171 | 60 | 34 |
| Binary | 100110 | 1101011 | 100111 | 1000000 | 0 | 1000000 | 111010 | 1111001 | 110000 | 11100 |
Color Harmonies of #266B27
Complementary color
Monochromatic Colors of #266B27
Black with #266B27
Text Example
Text Example
White with #266B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B27; }
p { color: rgb(38,107,39); }
H1.HeaderClassName
{
color: #266B27;
}
.AnyTagClassName
{
color: #266B27;
}
</style>
background-color css
<style>
a { background-color: #266B27; }
a { background-color: rgb(38,107,39); }
div.DivClassName
{
background-color: #266B27;
}
.BgClassName
{
background-color: #266B27;
}
</style>
border-color css
<style>
span { border-color: #266B27; }
span { border-color: rgb(38,107,39); }
td.TdClassName
{
border-color: #266B27;
}
.TagClassName
{
border-color: #266B27;
}
</style>