Shades of San Felix #1A6913
Tints of San Felix #1A6913
RGB
CMYK
RGB Variations
Color information
#1A6913 (or 0x1A6913) is known color: San Felix. HEX triplet: 1A, 69 and 13. RGB value is (26,105,19). Sum of RGB (Red+Green+Blue) = 26+105+19=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6913 is #E596EC. Grayscale: #474747. Windows color (decimal): -15046381 or 1272090. OLE color: 1272090.
HSL color Cylindrical-coordinate representation of color #1A6913: hue angle of 115.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A6913 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 19 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.59 |
| HSL | 115.12º | 0.69% | 0.24% | - |
| HSV(B) | 115.12º | 0.82% | 0.41% | - |
| XYZ | 5.6 | 10.37 | 2.32 | - |
| YUV | 71.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 19 | 0.75 | 0 | 0.82 | 0.59 | 115.12 | 0.69 | 0.24 |
| Hex | 1A | 69 | 13 | 4B | 0 | 52 | 3B | 73 | 45 | 18 |
| Octal | 32 | 151 | 23 | 113 | 0 | 122 | 73 | 163 | 105 | 30 |
| Binary | 11010 | 1101001 | 10011 | 1001011 | 0 | 1010010 | 111011 | 1110011 | 1000101 | 11000 |
Color Harmonies of #1A6913
Complementary color
Monochromatic Colors of #1A6913
Black with #1A6913
Text Example
Text Example
White with #1A6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6913; }
p { color: rgb(26,105,19); }
H1.HeaderClassName
{
color: #1A6913;
}
.AnyTagClassName
{
color: #1A6913;
}
</style>
background-color css
<style>
a { background-color: #1A6913; }
a { background-color: rgb(26,105,19); }
div.DivClassName
{
background-color: #1A6913;
}
.BgClassName
{
background-color: #1A6913;
}
</style>
border-color css
<style>
span { border-color: #1A6913; }
span { border-color: rgb(26,105,19); }
td.TdClassName
{
border-color: #1A6913;
}
.TagClassName
{
border-color: #1A6913;
}
</style>