Shades of San Felix #1A7726
Tints of San Felix #1A7726
RGB
CMYK
RGB Variations
Color information
#1A7726 (or 0x1A7726) is known color: San Felix. HEX triplet: 1A, 77 and 26. RGB value is (26,119,38). Sum of RGB (Red+Green+Blue) = 26+119+38=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7726 is #E588D9. Grayscale: #525252. Windows color (decimal): -15042778 or 2520858. OLE color: 2520858.
HSL color Cylindrical-coordinate representation of color #1A7726: hue angle of 127.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7726 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 38 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.53 |
| HSL | 127.74º | 0.64% | 0.28% | - |
| HSV(B) | 127.74º | 0.78% | 0.47% | - |
| XYZ | 7.37 | 13.55 | 4.06 | - |
| YUV | 81.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 38 | 0.78 | 0 | 0.68 | 0.53 | 127.74 | 0.64 | 0.28 |
| Hex | 1A | 77 | 26 | 4E | 0 | 44 | 35 | 80 | 40 | 1C |
| Octal | 32 | 167 | 46 | 116 | 0 | 104 | 65 | 200 | 100 | 34 |
| Binary | 11010 | 1110111 | 100110 | 1001110 | 0 | 1000100 | 110101 | 10000000 | 1000000 | 11100 |
Color Harmonies of #1A7726
Complementary color
Monochromatic Colors of #1A7726
Black with #1A7726
Text Example
Text Example
White with #1A7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7726; }
p { color: rgb(26,119,38); }
H1.HeaderClassName
{
color: #1A7726;
}
.AnyTagClassName
{
color: #1A7726;
}
</style>
background-color css
<style>
a { background-color: #1A7726; }
a { background-color: rgb(26,119,38); }
div.DivClassName
{
background-color: #1A7726;
}
.BgClassName
{
background-color: #1A7726;
}
</style>
border-color css
<style>
span { border-color: #1A7726; }
span { border-color: rgb(26,119,38); }
td.TdClassName
{
border-color: #1A7726;
}
.TagClassName
{
border-color: #1A7726;
}
</style>