Shades of San Felix #26691D
Tints of San Felix #26691D
RGB
CMYK
RGB Variations
Color information
#26691D (or 0x26691D) is known color: San Felix. HEX triplet: 26, 69 and 1D. RGB value is (38,105,29). Sum of RGB (Red+Green+Blue) = 38+105+29=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #26691D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26691D is #D996E2. Grayscale: #4C4C4C. Windows color (decimal): -14259939 or 1927462. OLE color: 1927462.
HSL color Cylindrical-coordinate representation of color #26691D: hue angle of 112.89º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26691D is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 105 | 29 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.59 |
| HSL | 112.89º | 0.57% | 0.26% | - |
| HSV(B) | 112.89º | 0.72% | 0.41% | - |
| XYZ | 6.07 | 10.6 | 2.89 | - |
| YUV | 76.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 29 | 0.64 | 0 | 0.72 | 0.59 | 112.89 | 0.57 | 0.26 |
| Hex | 26 | 69 | 1D | 40 | 0 | 48 | 3B | 71 | 39 | 1A |
| Octal | 46 | 151 | 35 | 100 | 0 | 110 | 73 | 161 | 71 | 32 |
| Binary | 100110 | 1101001 | 11101 | 1000000 | 0 | 1001000 | 111011 | 1110001 | 111001 | 11010 |
Color Harmonies of #26691D
Complementary color
Monochromatic Colors of #26691D
Black with #26691D
Text Example
Text Example
White with #26691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26691D; }
p { color: rgb(38,105,29); }
H1.HeaderClassName
{
color: #26691D;
}
.AnyTagClassName
{
color: #26691D;
}
</style>
background-color css
<style>
a { background-color: #26691D; }
a { background-color: rgb(38,105,29); }
div.DivClassName
{
background-color: #26691D;
}
.BgClassName
{
background-color: #26691D;
}
</style>
border-color css
<style>
span { border-color: #26691D; }
span { border-color: rgb(38,105,29); }
td.TdClassName
{
border-color: #26691D;
}
.TagClassName
{
border-color: #26691D;
}
</style>