Shades of San Felix #1E601C
Tints of San Felix #1E601C
RGB
CMYK
RGB Variations
Color information
#1E601C (or 0x1E601C) is known color: San Felix. HEX triplet: 1E, 60 and 1C. RGB value is (30,96,28). Sum of RGB (Red+Green+Blue) = 30+96+28=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #1E601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E601C is #E19FE3. Grayscale: #444444. Windows color (decimal): -14786532 or 1859614. OLE color: 1859614.
HSL color Cylindrical-coordinate representation of color #1E601C: hue angle of 118.24º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E601C is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 28 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.62 |
| HSL | 118.24º | 0.55% | 0.24% | - |
| HSV(B) | 118.24º | 0.71% | 0.38% | - |
| XYZ | 4.93 | 8.73 | 2.52 | - |
| YUV | 68.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 28 | 0.69 | 0 | 0.71 | 0.62 | 118.24 | 0.55 | 0.24 |
| Hex | 1E | 60 | 1C | 45 | 0 | 47 | 3E | 76 | 37 | 18 |
| Octal | 36 | 140 | 34 | 105 | 0 | 107 | 76 | 166 | 67 | 30 |
| Binary | 11110 | 1100000 | 11100 | 1000101 | 0 | 1000111 | 111110 | 1110110 | 110111 | 11000 |
Color Harmonies of #1E601C
Complementary color
Monochromatic Colors of #1E601C
Black with #1E601C
Text Example
Text Example
White with #1E601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E601C; }
p { color: rgb(30,96,28); }
H1.HeaderClassName
{
color: #1E601C;
}
.AnyTagClassName
{
color: #1E601C;
}
</style>
background-color css
<style>
a { background-color: #1E601C; }
a { background-color: rgb(30,96,28); }
div.DivClassName
{
background-color: #1E601C;
}
.BgClassName
{
background-color: #1E601C;
}
</style>
border-color css
<style>
span { border-color: #1E601C; }
span { border-color: rgb(30,96,28); }
td.TdClassName
{
border-color: #1E601C;
}
.TagClassName
{
border-color: #1E601C;
}
</style>