Shades of San Felix #1A671B
Tints of San Felix #1A671B
RGB
CMYK
RGB Variations
Color information
#1A671B (or 0x1A671B) is known color: San Felix. HEX triplet: 1A, 67 and 1B. RGB value is (26,103,27). Sum of RGB (Red+Green+Blue) = 26+103+27=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #1A671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A671B is #E598E4. Grayscale: #474747. Windows color (decimal): -15046885 or 1795866. OLE color: 1795866.
HSL color Cylindrical-coordinate representation of color #1A671B: hue angle of 120.78º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A671B is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 27 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.60 |
| HSL | 120.78º | 0.6% | 0.25% | - |
| HSV(B) | 120.78º | 0.75% | 0.4% | - |
| XYZ | 5.47 | 10 | 2.68 | - |
| YUV | 71.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 27 | 0.75 | 0 | 0.74 | 0.60 | 120.78 | 0.6 | 0.25 |
| Hex | 1A | 67 | 1B | 4B | 0 | 4A | 3C | 79 | 3C | 19 |
| Octal | 32 | 147 | 33 | 113 | 0 | 112 | 74 | 171 | 74 | 31 |
| Binary | 11010 | 1100111 | 11011 | 1001011 | 0 | 1001010 | 111100 | 1111001 | 111100 | 11001 |
Color Harmonies of #1A671B
Complementary color
Monochromatic Colors of #1A671B
Black with #1A671B
Text Example
Text Example
White with #1A671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A671B; }
p { color: rgb(26,103,27); }
H1.HeaderClassName
{
color: #1A671B;
}
.AnyTagClassName
{
color: #1A671B;
}
</style>
background-color css
<style>
a { background-color: #1A671B; }
a { background-color: rgb(26,103,27); }
div.DivClassName
{
background-color: #1A671B;
}
.BgClassName
{
background-color: #1A671B;
}
</style>
border-color css
<style>
span { border-color: #1A671B; }
span { border-color: rgb(26,103,27); }
td.TdClassName
{
border-color: #1A671B;
}
.TagClassName
{
border-color: #1A671B;
}
</style>