Shades of San Felix #26732E
Tints of San Felix #26732E
RGB
CMYK
RGB Variations
Color information
#26732E (or 0x26732E) is known color: San Felix. HEX triplet: 26, 73 and 2E. RGB value is (38,115,46). Sum of RGB (Red+Green+Blue) = 38+115+46=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #26732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26732E is #D98CD1. Grayscale: #545454. Windows color (decimal): -14257362 or 3044134. OLE color: 3044134.
HSL color Cylindrical-coordinate representation of color #26732E: hue angle of 126.23º degrees, saturation: 0.5, 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 #26732E is Cyan = 0.67, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 46 | - |
| CMYK | 0.67 | 0 | 0.6 | 0.55 |
| HSL | 126.23º | 0.5% | 0.3% | - |
| HSV(B) | 126.23º | 0.67% | 0.45% | - |
| XYZ | 7.42 | 12.87 | 4.68 | - |
| YUV | 84.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 46 | 0.67 | 0 | 0.6 | 0.55 | 126.23 | 0.5 | 0.3 |
| Hex | 26 | 73 | 2E | 43 | 0 | 3C | 37 | 7E | 32 | 1E |
| Octal | 46 | 163 | 56 | 103 | 0 | 74 | 67 | 176 | 62 | 36 |
| Binary | 100110 | 1110011 | 101110 | 1000011 | 0 | 111100 | 110111 | 1111110 | 110010 | 11110 |
Color Harmonies of #26732E
Complementary color
Monochromatic Colors of #26732E
Black with #26732E
Text Example
Text Example
White with #26732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26732E; }
p { color: rgb(38,115,46); }
H1.HeaderClassName
{
color: #26732E;
}
.AnyTagClassName
{
color: #26732E;
}
</style>
background-color css
<style>
a { background-color: #26732E; }
a { background-color: rgb(38,115,46); }
div.DivClassName
{
background-color: #26732E;
}
.BgClassName
{
background-color: #26732E;
}
</style>
border-color css
<style>
span { border-color: #26732E; }
span { border-color: rgb(38,115,46); }
td.TdClassName
{
border-color: #26732E;
}
.TagClassName
{
border-color: #26732E;
}
</style>