Shades of San Felix #1A691D
Tints of San Felix #1A691D
RGB
CMYK
RGB Variations
Color information
#1A691D (or 0x1A691D) is known color: San Felix. HEX triplet: 1A, 69 and 1D. RGB value is (26,105,29). Sum of RGB (Red+Green+Blue) = 26+105+29=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #1A691D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A691D is #E596E2. Grayscale: #484848. Windows color (decimal): -15046371 or 1927450. OLE color: 1927450.
HSL color Cylindrical-coordinate representation of color #1A691D: hue angle of 122.28º 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 #1A691D is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 29 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.59 |
| HSL | 122.28º | 0.6% | 0.26% | - |
| HSV(B) | 122.28º | 0.75% | 0.41% | - |
| XYZ | 5.7 | 10.41 | 2.87 | - |
| YUV | 72.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 29 | 0.75 | 0 | 0.72 | 0.59 | 122.28 | 0.6 | 0.26 |
| Hex | 1A | 69 | 1D | 4B | 0 | 48 | 3B | 7A | 3C | 1A |
| Octal | 32 | 151 | 35 | 113 | 0 | 110 | 73 | 172 | 74 | 32 |
| Binary | 11010 | 1101001 | 11101 | 1001011 | 0 | 1001000 | 111011 | 1111010 | 111100 | 11010 |
Color Harmonies of #1A691D
Complementary color
Monochromatic Colors of #1A691D
Black with #1A691D
Text Example
Text Example
White with #1A691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A691D; }
p { color: rgb(26,105,29); }
H1.HeaderClassName
{
color: #1A691D;
}
.AnyTagClassName
{
color: #1A691D;
}
</style>
background-color css
<style>
a { background-color: #1A691D; }
a { background-color: rgb(26,105,29); }
div.DivClassName
{
background-color: #1A691D;
}
.BgClassName
{
background-color: #1A691D;
}
</style>
border-color css
<style>
span { border-color: #1A691D; }
span { border-color: rgb(26,105,29); }
td.TdClassName
{
border-color: #1A691D;
}
.TagClassName
{
border-color: #1A691D;
}
</style>