Shades of San Felix #1A691C
Tints of San Felix #1A691C
RGB
CMYK
RGB Variations
Color information
#1A691C (or 0x1A691C) is known color: San Felix. HEX triplet: 1A, 69 and 1C. RGB value is (26,105,28). Sum of RGB (Red+Green+Blue) = 26+105+28=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #1A691C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A691C is #E596E3. Grayscale: #484848. Windows color (decimal): -15046372 or 1861914. OLE color: 1861914.
HSL color Cylindrical-coordinate representation of color #1A691C: hue angle of 121.52º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A691C is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 28 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.59 |
| HSL | 121.52º | 0.6% | 0.26% | - |
| HSV(B) | 121.52º | 0.75% | 0.41% | - |
| XYZ | 5.69 | 10.41 | 2.81 | - |
| YUV | 72.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 28 | 0.75 | 0 | 0.73 | 0.59 | 121.52 | 0.6 | 0.26 |
| Hex | 1A | 69 | 1C | 4B | 0 | 49 | 3B | 7A | 3C | 1A |
| Octal | 32 | 151 | 34 | 113 | 0 | 111 | 73 | 172 | 74 | 32 |
| Binary | 11010 | 1101001 | 11100 | 1001011 | 0 | 1001001 | 111011 | 1111010 | 111100 | 11010 |
Color Harmonies of #1A691C
Complementary color
Monochromatic Colors of #1A691C
Black with #1A691C
Text Example
Text Example
White with #1A691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A691C; }
p { color: rgb(26,105,28); }
H1.HeaderClassName
{
color: #1A691C;
}
.AnyTagClassName
{
color: #1A691C;
}
</style>
background-color css
<style>
a { background-color: #1A691C; }
a { background-color: rgb(26,105,28); }
div.DivClassName
{
background-color: #1A691C;
}
.BgClassName
{
background-color: #1A691C;
}
</style>
border-color css
<style>
span { border-color: #1A691C; }
span { border-color: rgb(26,105,28); }
td.TdClassName
{
border-color: #1A691C;
}
.TagClassName
{
border-color: #1A691C;
}
</style>