Shades of San Felix #1A6A1C
Tints of San Felix #1A6A1C
RGB
CMYK
RGB Variations
Color information
#1A6A1C (or 0x1A6A1C) is known color: San Felix. HEX triplet: 1A, 6A and 1C. RGB value is (26,106,28). Sum of RGB (Red+Green+Blue) = 26+106+28=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 106 (41.80% from 255 or 66.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6A1C is #E595E3. Grayscale: #494949. Windows color (decimal): -15046116 or 1862170. OLE color: 1862170.
HSL color Cylindrical-coordinate representation of color #1A6A1C: hue angle of 121.5º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A1C is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 106 | 28 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.58 |
| HSL | 121.5º | 0.61% | 0.26% | - |
| HSV(B) | 121.5º | 0.75% | 0.42% | - |
| XYZ | 5.79 | 10.61 | 2.84 | - |
| YUV | 73.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 28 | 0.75 | 0 | 0.74 | 0.58 | 121.5 | 0.61 | 0.26 |
| Hex | 1A | 6A | 1C | 4B | 0 | 4A | 3A | 7A | 3D | 1A |
| Octal | 32 | 152 | 34 | 113 | 0 | 112 | 72 | 172 | 75 | 32 |
| Binary | 11010 | 1101010 | 11100 | 1001011 | 0 | 1001010 | 111010 | 1111010 | 111101 | 11010 |
Color Harmonies of #1A6A1C
Complementary color
Monochromatic Colors of #1A6A1C
Black with #1A6A1C
Text Example
Text Example
White with #1A6A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A1C; }
p { color: rgb(26,106,28); }
H1.HeaderClassName
{
color: #1A6A1C;
}
.AnyTagClassName
{
color: #1A6A1C;
}
</style>
background-color css
<style>
a { background-color: #1A6A1C; }
a { background-color: rgb(26,106,28); }
div.DivClassName
{
background-color: #1A6A1C;
}
.BgClassName
{
background-color: #1A6A1C;
}
</style>
border-color css
<style>
span { border-color: #1A6A1C; }
span { border-color: rgb(26,106,28); }
td.TdClassName
{
border-color: #1A6A1C;
}
.TagClassName
{
border-color: #1A6A1C;
}
</style>