Shades of San Felix #1E621B
Tints of San Felix #1E621B
RGB
CMYK
RGB Variations
Color information
#1E621B (or 0x1E621B) is known color: San Felix. HEX triplet: 1E, 62 and 1B. RGB value is (30,98,27). Sum of RGB (Red+Green+Blue) = 30+98+27=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #1E621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E621B is #E19DE4. Grayscale: #454545. Windows color (decimal): -14786021 or 1794590. OLE color: 1794590.
HSL color Cylindrical-coordinate representation of color #1E621B: hue angle of 117.46º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E621B is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 27 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.62 |
| HSL | 117.46º | 0.57% | 0.25% | - |
| HSV(B) | 117.46º | 0.72% | 0.38% | - |
| XYZ | 5.1 | 9.09 | 2.52 | - |
| YUV | 69.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 27 | 0.69 | 0 | 0.72 | 0.62 | 117.46 | 0.57 | 0.25 |
| Hex | 1E | 62 | 1B | 45 | 0 | 48 | 3E | 75 | 39 | 19 |
| Octal | 36 | 142 | 33 | 105 | 0 | 110 | 76 | 165 | 71 | 31 |
| Binary | 11110 | 1100010 | 11011 | 1000101 | 0 | 1001000 | 111110 | 1110101 | 111001 | 11001 |
Color Harmonies of #1E621B
Complementary color
Monochromatic Colors of #1E621B
Black with #1E621B
Text Example
Text Example
White with #1E621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E621B; }
p { color: rgb(30,98,27); }
H1.HeaderClassName
{
color: #1E621B;
}
.AnyTagClassName
{
color: #1E621B;
}
</style>
background-color css
<style>
a { background-color: #1E621B; }
a { background-color: rgb(30,98,27); }
div.DivClassName
{
background-color: #1E621B;
}
.BgClassName
{
background-color: #1E621B;
}
</style>
border-color css
<style>
span { border-color: #1E621B; }
span { border-color: rgb(30,98,27); }
td.TdClassName
{
border-color: #1E621B;
}
.TagClassName
{
border-color: #1E621B;
}
</style>