Shades of San Felix #26672A
Tints of San Felix #26672A
RGB
CMYK
RGB Variations
Color information
#26672A (or 0x26672A) is known color: San Felix. HEX triplet: 26, 67 and 2A. RGB value is (38,103,42). Sum of RGB (Red+Green+Blue) = 38+103+42=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #26672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26672A is #D998D5. Grayscale: #4C4C4C. Windows color (decimal): -14260438 or 2778918. OLE color: 2778918.
HSL color Cylindrical-coordinate representation of color #26672A: hue angle of 123.69º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26672A is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 103 | 42 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.60 |
| HSL | 123.69º | 0.46% | 0.28% | - |
| HSV(B) | 123.69º | 0.63% | 0.4% | - |
| XYZ | 6.07 | 10.28 | 3.85 | - |
| YUV | 76.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 42 | 0.63 | 0 | 0.59 | 0.60 | 123.69 | 0.46 | 0.28 |
| Hex | 26 | 67 | 2A | 3F | 0 | 3B | 3C | 7C | 2E | 1C |
| Octal | 46 | 147 | 52 | 77 | 0 | 73 | 74 | 174 | 56 | 34 |
| Binary | 100110 | 1100111 | 101010 | 111111 | 0 | 111011 | 111100 | 1111100 | 101110 | 11100 |
Color Harmonies of #26672A
Complementary color
Monochromatic Colors of #26672A
Black with #26672A
Text Example
Text Example
White with #26672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26672A; }
p { color: rgb(38,103,42); }
H1.HeaderClassName
{
color: #26672A;
}
.AnyTagClassName
{
color: #26672A;
}
</style>
background-color css
<style>
a { background-color: #26672A; }
a { background-color: rgb(38,103,42); }
div.DivClassName
{
background-color: #26672A;
}
.BgClassName
{
background-color: #26672A;
}
</style>
border-color css
<style>
span { border-color: #26672A; }
span { border-color: rgb(38,103,42); }
td.TdClassName
{
border-color: #26672A;
}
.TagClassName
{
border-color: #26672A;
}
</style>