Shades of San Felix #1A6B20
Tints of San Felix #1A6B20
RGB
CMYK
RGB Variations
Color information
#1A6B20 (or 0x1A6B20) is known color: San Felix. HEX triplet: 1A, 6B and 20. RGB value is (26,107,32). Sum of RGB (Red+Green+Blue) = 26+107+32=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6B20 is #E594DF. Grayscale: #4A4A4A. Windows color (decimal): -15045856 or 2124570. OLE color: 2124570.
HSL color Cylindrical-coordinate representation of color #1A6B20: hue angle of 124.44º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6B20 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 107 | 32 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.58 |
| HSL | 124.44º | 0.61% | 0.26% | - |
| HSV(B) | 124.44º | 0.76% | 0.42% | - |
| XYZ | 5.94 | 10.84 | 3.15 | - |
| YUV | 74.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 32 | 0.76 | 0 | 0.70 | 0.58 | 124.44 | 0.61 | 0.26 |
| Hex | 1A | 6B | 20 | 4C | 0 | 46 | 3A | 7C | 3D | 1A |
| Octal | 32 | 153 | 40 | 114 | 0 | 106 | 72 | 174 | 75 | 32 |
| Binary | 11010 | 1101011 | 100000 | 1001100 | 0 | 1000110 | 111010 | 1111100 | 111101 | 11010 |
Color Harmonies of #1A6B20
Complementary color
Monochromatic Colors of #1A6B20
Black with #1A6B20
Text Example
Text Example
White with #1A6B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6B20; }
p { color: rgb(26,107,32); }
H1.HeaderClassName
{
color: #1A6B20;
}
.AnyTagClassName
{
color: #1A6B20;
}
</style>
background-color css
<style>
a { background-color: #1A6B20; }
a { background-color: rgb(26,107,32); }
div.DivClassName
{
background-color: #1A6B20;
}
.BgClassName
{
background-color: #1A6B20;
}
</style>
border-color css
<style>
span { border-color: #1A6B20; }
span { border-color: rgb(26,107,32); }
td.TdClassName
{
border-color: #1A6B20;
}
.TagClassName
{
border-color: #1A6B20;
}
</style>