Shades of San Felix #1A7026
Tints of San Felix #1A7026
RGB
CMYK
RGB Variations
Color information
#1A7026 (or 0x1A7026) is known color: San Felix. HEX triplet: 1A, 70 and 26. RGB value is (26,112,38). Sum of RGB (Red+Green+Blue) = 26+112+38=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7026 is #E58FD9. Grayscale: #4E4E4E. Windows color (decimal): -15044570 or 2519066. OLE color: 2519066.
HSL color Cylindrical-coordinate representation of color #1A7026: hue angle of 128.37º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7026 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 38 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.56 |
| HSL | 128.37º | 0.62% | 0.27% | - |
| HSV(B) | 128.37º | 0.77% | 0.44% | - |
| XYZ | 6.57 | 11.95 | 3.79 | - |
| YUV | 77.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 38 | 0.77 | 0 | 0.66 | 0.56 | 128.37 | 0.62 | 0.27 |
| Hex | 1A | 70 | 26 | 4D | 0 | 42 | 38 | 80 | 3E | 1B |
| Octal | 32 | 160 | 46 | 115 | 0 | 102 | 70 | 200 | 76 | 33 |
| Binary | 11010 | 1110000 | 100110 | 1001101 | 0 | 1000010 | 111000 | 10000000 | 111110 | 11011 |
Color Harmonies of #1A7026
Complementary color
Monochromatic Colors of #1A7026
Black with #1A7026
Text Example
Text Example
White with #1A7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7026; }
p { color: rgb(26,112,38); }
H1.HeaderClassName
{
color: #1A7026;
}
.AnyTagClassName
{
color: #1A7026;
}
</style>
background-color css
<style>
a { background-color: #1A7026; }
a { background-color: rgb(26,112,38); }
div.DivClassName
{
background-color: #1A7026;
}
.BgClassName
{
background-color: #1A7026;
}
</style>
border-color css
<style>
span { border-color: #1A7026; }
span { border-color: rgb(26,112,38); }
td.TdClassName
{
border-color: #1A7026;
}
.TagClassName
{
border-color: #1A7026;
}
</style>