Shades of San Felix #26752B
Tints of San Felix #26752B
RGB
CMYK
RGB Variations
Color information
#26752B (or 0x26752B) is known color: San Felix. HEX triplet: 26, 75 and 2B. RGB value is (38,117,43). Sum of RGB (Red+Green+Blue) = 38+117+43=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #26752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26752B is #D98AD4. Grayscale: #555555. Windows color (decimal): -14256853 or 2848038. OLE color: 2848038.
HSL color Cylindrical-coordinate representation of color #26752B: hue angle of 123.8º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26752B is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 43 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.54 |
| HSL | 123.8º | 0.51% | 0.3% | - |
| HSV(B) | 123.8º | 0.68% | 0.46% | - |
| XYZ | 7.6 | 13.31 | 4.45 | - |
| YUV | 84.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 43 | 0.68 | 0 | 0.63 | 0.54 | 123.8 | 0.51 | 0.3 |
| Hex | 26 | 75 | 2B | 44 | 0 | 3F | 36 | 7C | 33 | 1E |
| Octal | 46 | 165 | 53 | 104 | 0 | 77 | 66 | 174 | 63 | 36 |
| Binary | 100110 | 1110101 | 101011 | 1000100 | 0 | 111111 | 110110 | 1111100 | 110011 | 11110 |
Color Harmonies of #26752B
Complementary color
Monochromatic Colors of #26752B
Black with #26752B
Text Example
Text Example
White with #26752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26752B; }
p { color: rgb(38,117,43); }
H1.HeaderClassName
{
color: #26752B;
}
.AnyTagClassName
{
color: #26752B;
}
</style>
background-color css
<style>
a { background-color: #26752B; }
a { background-color: rgb(38,117,43); }
div.DivClassName
{
background-color: #26752B;
}
.BgClassName
{
background-color: #26752B;
}
</style>
border-color css
<style>
span { border-color: #26752B; }
span { border-color: rgb(38,117,43); }
td.TdClassName
{
border-color: #26752B;
}
.TagClassName
{
border-color: #26752B;
}
</style>