Shades of San Felix #26742B
Tints of San Felix #26742B
RGB
CMYK
RGB Variations
Color information
#26742B (or 0x26742B) is known color: San Felix. HEX triplet: 26, 74 and 2B. RGB value is (38,116,43). Sum of RGB (Red+Green+Blue) = 38+116+43=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #26742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26742B is #D98BD4. Grayscale: #545454. Windows color (decimal): -14257109 or 2847782. OLE color: 2847782.
HSL color Cylindrical-coordinate representation of color #26742B: hue angle of 123.85º 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 #26742B is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 116 | 43 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.55 |
| HSL | 123.85º | 0.51% | 0.3% | - |
| HSV(B) | 123.85º | 0.67% | 0.45% | - |
| XYZ | 7.48 | 13.08 | 4.42 | - |
| YUV | 84.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 43 | 0.67 | 0 | 0.63 | 0.55 | 123.85 | 0.51 | 0.3 |
| Hex | 26 | 74 | 2B | 43 | 0 | 3F | 37 | 7C | 33 | 1E |
| Octal | 46 | 164 | 53 | 103 | 0 | 77 | 67 | 174 | 63 | 36 |
| Binary | 100110 | 1110100 | 101011 | 1000011 | 0 | 111111 | 110111 | 1111100 | 110011 | 11110 |
Color Harmonies of #26742B
Complementary color
Monochromatic Colors of #26742B
Black with #26742B
Text Example
Text Example
White with #26742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26742B; }
p { color: rgb(38,116,43); }
H1.HeaderClassName
{
color: #26742B;
}
.AnyTagClassName
{
color: #26742B;
}
</style>
background-color css
<style>
a { background-color: #26742B; }
a { background-color: rgb(38,116,43); }
div.DivClassName
{
background-color: #26742B;
}
.BgClassName
{
background-color: #26742B;
}
</style>
border-color css
<style>
span { border-color: #26742B; }
span { border-color: rgb(38,116,43); }
td.TdClassName
{
border-color: #26742B;
}
.TagClassName
{
border-color: #26742B;
}
</style>