Shades of San Felix #1A6020
Tints of San Felix #1A6020
RGB
CMYK
RGB Variations
Color information
#1A6020 (or 0x1A6020) is known color: San Felix. HEX triplet: 1A, 60 and 20. RGB value is (26,96,32). Sum of RGB (Red+Green+Blue) = 26+96+32=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6020 is #E59FDF. Grayscale: #434343. Windows color (decimal): -15048672 or 2121754. OLE color: 2121754.
HSL color Cylindrical-coordinate representation of color #1A6020: hue angle of 125.14º degrees, saturation: 0.57, 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 #1A6020 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 96 | 32 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.62 |
| HSL | 125.14º | 0.57% | 0.24% | - |
| HSV(B) | 125.14º | 0.73% | 0.38% | - |
| XYZ | 4.87 | 8.69 | 2.79 | - |
| YUV | 67.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 32 | 0.73 | 0 | 0.67 | 0.62 | 125.14 | 0.57 | 0.24 |
| Hex | 1A | 60 | 20 | 49 | 0 | 43 | 3E | 7D | 39 | 18 |
| Octal | 32 | 140 | 40 | 111 | 0 | 103 | 76 | 175 | 71 | 30 |
| Binary | 11010 | 1100000 | 100000 | 1001001 | 0 | 1000011 | 111110 | 1111101 | 111001 | 11000 |
Color Harmonies of #1A6020
Complementary color
Monochromatic Colors of #1A6020
Black with #1A6020
Text Example
Text Example
White with #1A6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6020; }
p { color: rgb(26,96,32); }
H1.HeaderClassName
{
color: #1A6020;
}
.AnyTagClassName
{
color: #1A6020;
}
</style>
background-color css
<style>
a { background-color: #1A6020; }
a { background-color: rgb(26,96,32); }
div.DivClassName
{
background-color: #1A6020;
}
.BgClassName
{
background-color: #1A6020;
}
</style>
border-color css
<style>
span { border-color: #1A6020; }
span { border-color: rgb(26,96,32); }
td.TdClassName
{
border-color: #1A6020;
}
.TagClassName
{
border-color: #1A6020;
}
</style>