Shades of San Felix #26732B
Tints of San Felix #26732B
RGB
CMYK
RGB Variations
Color information
#26732B (or 0x26732B) is known color: San Felix. HEX triplet: 26, 73 and 2B. RGB value is (38,115,43). Sum of RGB (Red+Green+Blue) = 38+115+43=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #26732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26732B is #D98CD4. Grayscale: #535353. Windows color (decimal): -14257365 or 2847526. OLE color: 2847526.
HSL color Cylindrical-coordinate representation of color #26732B: hue angle of 123.9º 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 #26732B is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 43 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.55 |
| HSL | 123.9º | 0.5% | 0.3% | - |
| HSV(B) | 123.9º | 0.67% | 0.45% | - |
| XYZ | 7.37 | 12.85 | 4.38 | - |
| YUV | 83.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 43 | 0.67 | 0 | 0.63 | 0.55 | 123.9 | 0.5 | 0.3 |
| Hex | 26 | 73 | 2B | 43 | 0 | 3F | 37 | 7C | 32 | 1E |
| Octal | 46 | 163 | 53 | 103 | 0 | 77 | 67 | 174 | 62 | 36 |
| Binary | 100110 | 1110011 | 101011 | 1000011 | 0 | 111111 | 110111 | 1111100 | 110010 | 11110 |
Color Harmonies of #26732B
Complementary color
Monochromatic Colors of #26732B
Black with #26732B
Text Example
Text Example
White with #26732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26732B; }
p { color: rgb(38,115,43); }
H1.HeaderClassName
{
color: #26732B;
}
.AnyTagClassName
{
color: #26732B;
}
</style>
background-color css
<style>
a { background-color: #26732B; }
a { background-color: rgb(38,115,43); }
div.DivClassName
{
background-color: #26732B;
}
.BgClassName
{
background-color: #26732B;
}
</style>
border-color css
<style>
span { border-color: #26732B; }
span { border-color: rgb(38,115,43); }
td.TdClassName
{
border-color: #26732B;
}
.TagClassName
{
border-color: #26732B;
}
</style>