Shades of San Felix #1E611C
Tints of San Felix #1E611C
RGB
CMYK
RGB Variations
Color information
#1E611C (or 0x1E611C) is known color: San Felix. HEX triplet: 1E, 61 and 1C. RGB value is (30,97,28). Sum of RGB (Red+Green+Blue) = 30+97+28=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #1E611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E611C is #E19EE3. Grayscale: #454545. Windows color (decimal): -14786276 or 1859870. OLE color: 1859870.
HSL color Cylindrical-coordinate representation of color #1E611C: hue angle of 118.26º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E611C is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 28 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.62 |
| HSL | 118.26º | 0.55% | 0.25% | - |
| HSV(B) | 118.26º | 0.71% | 0.38% | - |
| XYZ | 5.02 | 8.91 | 2.55 | - |
| YUV | 69.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 28 | 0.69 | 0 | 0.71 | 0.62 | 118.26 | 0.55 | 0.25 |
| Hex | 1E | 61 | 1C | 45 | 0 | 47 | 3E | 76 | 37 | 19 |
| Octal | 36 | 141 | 34 | 105 | 0 | 107 | 76 | 166 | 67 | 31 |
| Binary | 11110 | 1100001 | 11100 | 1000101 | 0 | 1000111 | 111110 | 1110110 | 110111 | 11001 |
Color Harmonies of #1E611C
Complementary color
Monochromatic Colors of #1E611C
Black with #1E611C
Text Example
Text Example
White with #1E611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E611C; }
p { color: rgb(30,97,28); }
H1.HeaderClassName
{
color: #1E611C;
}
.AnyTagClassName
{
color: #1E611C;
}
</style>
background-color css
<style>
a { background-color: #1E611C; }
a { background-color: rgb(30,97,28); }
div.DivClassName
{
background-color: #1E611C;
}
.BgClassName
{
background-color: #1E611C;
}
</style>
border-color css
<style>
span { border-color: #1E611C; }
span { border-color: rgb(30,97,28); }
td.TdClassName
{
border-color: #1E611C;
}
.TagClassName
{
border-color: #1E611C;
}
</style>