Shades of San Felix #26701D
Tints of San Felix #26701D
RGB
CMYK
RGB Variations
Color information
#26701D (or 0x26701D) is known color: San Felix. HEX triplet: 26, 70 and 1D. RGB value is (38,112,29). Sum of RGB (Red+Green+Blue) = 38+112+29=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #26701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26701D is #D98FE2. Grayscale: #505050. Windows color (decimal): -14258147 or 1929254. OLE color: 1929254.
HSL color Cylindrical-coordinate representation of color #26701D: hue angle of 113.49º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26701D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 112 | 29 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.56 |
| HSL | 113.49º | 0.59% | 0.28% | - |
| HSV(B) | 113.49º | 0.74% | 0.44% | - |
| XYZ | 6.82 | 12.09 | 3.14 | - |
| YUV | 80.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 29 | 0.66 | 0 | 0.74 | 0.56 | 113.49 | 0.59 | 0.28 |
| Hex | 26 | 70 | 1D | 42 | 0 | 4A | 38 | 71 | 3B | 1C |
| Octal | 46 | 160 | 35 | 102 | 0 | 112 | 70 | 161 | 73 | 34 |
| Binary | 100110 | 1110000 | 11101 | 1000010 | 0 | 1001010 | 111000 | 1110001 | 111011 | 11100 |
Color Harmonies of #26701D
Complementary color
Monochromatic Colors of #26701D
Black with #26701D
Text Example
Text Example
White with #26701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26701D; }
p { color: rgb(38,112,29); }
H1.HeaderClassName
{
color: #26701D;
}
.AnyTagClassName
{
color: #26701D;
}
</style>
background-color css
<style>
a { background-color: #26701D; }
a { background-color: rgb(38,112,29); }
div.DivClassName
{
background-color: #26701D;
}
.BgClassName
{
background-color: #26701D;
}
</style>
border-color css
<style>
span { border-color: #26701D; }
span { border-color: rgb(38,112,29); }
td.TdClassName
{
border-color: #26701D;
}
.TagClassName
{
border-color: #26701D;
}
</style>