Shades of San Felix #26742C
Tints of San Felix #26742C
RGB
CMYK
RGB Variations
Color information
#26742C (or 0x26742C) is known color: San Felix. HEX triplet: 26, 74 and 2C. RGB value is (38,116,44). Sum of RGB (Red+Green+Blue) = 38+116+44=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #26742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26742C is #D98BD3. Grayscale: #545454. Windows color (decimal): -14257108 or 2913318. OLE color: 2913318.
HSL color Cylindrical-coordinate representation of color #26742C: hue angle of 124.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26742C is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 116 | 44 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.55 |
| HSL | 124.62º | 0.51% | 0.3% | - |
| HSV(B) | 124.62º | 0.67% | 0.45% | - |
| XYZ | 7.5 | 13.08 | 4.51 | - |
| YUV | 84.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 44 | 0.67 | 0 | 0.62 | 0.55 | 124.62 | 0.51 | 0.3 |
| Hex | 26 | 74 | 2C | 43 | 0 | 3E | 37 | 7D | 33 | 1E |
| Octal | 46 | 164 | 54 | 103 | 0 | 76 | 67 | 175 | 63 | 36 |
| Binary | 100110 | 1110100 | 101100 | 1000011 | 0 | 111110 | 110111 | 1111101 | 110011 | 11110 |
Color Harmonies of #26742C
Complementary color
Monochromatic Colors of #26742C
Black with #26742C
Text Example
Text Example
White with #26742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26742C; }
p { color: rgb(38,116,44); }
H1.HeaderClassName
{
color: #26742C;
}
.AnyTagClassName
{
color: #26742C;
}
</style>
background-color css
<style>
a { background-color: #26742C; }
a { background-color: rgb(38,116,44); }
div.DivClassName
{
background-color: #26742C;
}
.BgClassName
{
background-color: #26742C;
}
</style>
border-color css
<style>
span { border-color: #26742C; }
span { border-color: rgb(38,116,44); }
td.TdClassName
{
border-color: #26742C;
}
.TagClassName
{
border-color: #26742C;
}
</style>