Shades of San Felix #26681D
Tints of San Felix #26681D
RGB
CMYK
RGB Variations
Color information
#26681D (or 0x26681D) is known color: San Felix. HEX triplet: 26, 68 and 1D. RGB value is (38,104,29). Sum of RGB (Red+Green+Blue) = 38+104+29=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #26681D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26681D is #D997E2. Grayscale: #4B4B4B. Windows color (decimal): -14260195 or 1927206. OLE color: 1927206.
HSL color Cylindrical-coordinate representation of color #26681D: hue angle of 112.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26681D is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 104 | 29 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.59 |
| HSL | 112.8º | 0.56% | 0.26% | - |
| HSV(B) | 112.8º | 0.72% | 0.41% | - |
| XYZ | 5.97 | 10.4 | 2.86 | - |
| YUV | 75.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 29 | 0.63 | 0 | 0.72 | 0.59 | 112.8 | 0.56 | 0.26 |
| Hex | 26 | 68 | 1D | 3F | 0 | 48 | 3B | 71 | 38 | 1A |
| Octal | 46 | 150 | 35 | 77 | 0 | 110 | 73 | 161 | 70 | 32 |
| Binary | 100110 | 1101000 | 11101 | 111111 | 0 | 1001000 | 111011 | 1110001 | 111000 | 11010 |
Color Harmonies of #26681D
Complementary color
Monochromatic Colors of #26681D
Black with #26681D
Text Example
Text Example
White with #26681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26681D; }
p { color: rgb(38,104,29); }
H1.HeaderClassName
{
color: #26681D;
}
.AnyTagClassName
{
color: #26681D;
}
</style>
background-color css
<style>
a { background-color: #26681D; }
a { background-color: rgb(38,104,29); }
div.DivClassName
{
background-color: #26681D;
}
.BgClassName
{
background-color: #26681D;
}
</style>
border-color css
<style>
span { border-color: #26681D; }
span { border-color: rgb(38,104,29); }
td.TdClassName
{
border-color: #26681D;
}
.TagClassName
{
border-color: #26681D;
}
</style>