Shades of San Felix #1A6220
Tints of San Felix #1A6220
RGB
CMYK
RGB Variations
Color information
#1A6220 (or 0x1A6220) is known color: San Felix. HEX triplet: 1A, 62 and 20. RGB value is (26,98,32). Sum of RGB (Red+Green+Blue) = 26+98+32=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6220 is #E59DDF. Grayscale: #454545. Windows color (decimal): -15048160 or 2122266. OLE color: 2122266.
HSL color Cylindrical-coordinate representation of color #1A6220: hue angle of 125º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6220 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 98 | 32 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.62 |
| HSL | 125º | 0.58% | 0.24% | - |
| HSV(B) | 125º | 0.73% | 0.38% | - |
| XYZ | 5.05 | 9.06 | 2.85 | - |
| YUV | 68.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 32 | 0.73 | 0 | 0.67 | 0.62 | 125 | 0.58 | 0.24 |
| Hex | 1A | 62 | 20 | 49 | 0 | 43 | 3E | 7D | 3A | 18 |
| Octal | 32 | 142 | 40 | 111 | 0 | 103 | 76 | 175 | 72 | 30 |
| Binary | 11010 | 1100010 | 100000 | 1001001 | 0 | 1000011 | 111110 | 1111101 | 111010 | 11000 |
Color Harmonies of #1A6220
Complementary color
Monochromatic Colors of #1A6220
Black with #1A6220
Text Example
Text Example
White with #1A6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6220; }
p { color: rgb(26,98,32); }
H1.HeaderClassName
{
color: #1A6220;
}
.AnyTagClassName
{
color: #1A6220;
}
</style>
background-color css
<style>
a { background-color: #1A6220; }
a { background-color: rgb(26,98,32); }
div.DivClassName
{
background-color: #1A6220;
}
.BgClassName
{
background-color: #1A6220;
}
</style>
border-color css
<style>
span { border-color: #1A6220; }
span { border-color: rgb(26,98,32); }
td.TdClassName
{
border-color: #1A6220;
}
.TagClassName
{
border-color: #1A6220;
}
</style>