Shades of San Felix #26711C
Tints of San Felix #26711C
RGB
CMYK
RGB Variations
Color information
#26711C (or 0x26711C) is known color: San Felix. HEX triplet: 26, 71 and 1C. RGB value is (38,113,28). Sum of RGB (Red+Green+Blue) = 38+113+28=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #26711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26711C is #D98EE3. Grayscale: #515151. Windows color (decimal): -14257892 or 1863974. OLE color: 1863974.
HSL color Cylindrical-coordinate representation of color #26711C: hue angle of 112.94º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26711C is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 28 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.56 |
| HSL | 112.94º | 0.6% | 0.28% | - |
| HSV(B) | 112.94º | 0.75% | 0.44% | - |
| XYZ | 6.91 | 12.31 | 3.11 | - |
| YUV | 80.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 28 | 0.66 | 0 | 0.75 | 0.56 | 112.94 | 0.6 | 0.28 |
| Hex | 26 | 71 | 1C | 42 | 0 | 4B | 38 | 71 | 3C | 1C |
| Octal | 46 | 161 | 34 | 102 | 0 | 113 | 70 | 161 | 74 | 34 |
| Binary | 100110 | 1110001 | 11100 | 1000010 | 0 | 1001011 | 111000 | 1110001 | 111100 | 11100 |
Color Harmonies of #26711C
Complementary color
Monochromatic Colors of #26711C
Black with #26711C
Text Example
Text Example
White with #26711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26711C; }
p { color: rgb(38,113,28); }
H1.HeaderClassName
{
color: #26711C;
}
.AnyTagClassName
{
color: #26711C;
}
</style>
background-color css
<style>
a { background-color: #26711C; }
a { background-color: rgb(38,113,28); }
div.DivClassName
{
background-color: #26711C;
}
.BgClassName
{
background-color: #26711C;
}
</style>
border-color css
<style>
span { border-color: #26711C; }
span { border-color: rgb(38,113,28); }
td.TdClassName
{
border-color: #26711C;
}
.TagClassName
{
border-color: #26711C;
}
</style>