Shades of San Felix #26711D
Tints of San Felix #26711D
RGB
CMYK
RGB Variations
Color information
#26711D (or 0x26711D) is known color: San Felix. HEX triplet: 26, 71 and 1D. RGB value is (38,113,29). Sum of RGB (Red+Green+Blue) = 38+113+29=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #26711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26711D is #D98EE2. Grayscale: #515151. Windows color (decimal): -14257891 or 1929510. OLE color: 1929510.
HSL color Cylindrical-coordinate representation of color #26711D: hue angle of 113.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26711D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 29 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.56 |
| HSL | 113.57º | 0.59% | 0.28% | - |
| HSV(B) | 113.57º | 0.74% | 0.44% | - |
| XYZ | 6.93 | 12.31 | 3.17 | - |
| YUV | 81 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 29 | 0.66 | 0 | 0.74 | 0.56 | 113.57 | 0.59 | 0.28 |
| Hex | 26 | 71 | 1D | 42 | 0 | 4A | 38 | 72 | 3B | 1C |
| Octal | 46 | 161 | 35 | 102 | 0 | 112 | 70 | 162 | 73 | 34 |
| Binary | 100110 | 1110001 | 11101 | 1000010 | 0 | 1001010 | 111000 | 1110010 | 111011 | 11100 |
Color Harmonies of #26711D
Complementary color
Monochromatic Colors of #26711D
Black with #26711D
Text Example
Text Example
White with #26711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26711D; }
p { color: rgb(38,113,29); }
H1.HeaderClassName
{
color: #26711D;
}
.AnyTagClassName
{
color: #26711D;
}
</style>
background-color css
<style>
a { background-color: #26711D; }
a { background-color: rgb(38,113,29); }
div.DivClassName
{
background-color: #26711D;
}
.BgClassName
{
background-color: #26711D;
}
</style>
border-color css
<style>
span { border-color: #26711D; }
span { border-color: rgb(38,113,29); }
td.TdClassName
{
border-color: #26711D;
}
.TagClassName
{
border-color: #26711D;
}
</style>