Shades of San Felix #1E7421
Tints of San Felix #1E7421
RGB
CMYK
RGB Variations
Color information
#1E7421 (or 0x1E7421) is known color: San Felix. HEX triplet: 1E, 74 and 21. RGB value is (30,116,33). Sum of RGB (Red+Green+Blue) = 30+116+33=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #1E7421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7421 is #E18BDE. Grayscale: #515151. Windows color (decimal): -14781407 or 2192414. OLE color: 2192414.
HSL color Cylindrical-coordinate representation of color #1E7421: hue angle of 122.09º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7421 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 33 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.55 |
| HSL | 122.09º | 0.59% | 0.29% | - |
| HSV(B) | 122.09º | 0.74% | 0.45% | - |
| XYZ | 7.06 | 12.88 | 3.55 | - |
| YUV | 80.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 33 | 0.74 | 0 | 0.72 | 0.55 | 122.09 | 0.59 | 0.29 |
| Hex | 1E | 74 | 21 | 4A | 0 | 48 | 37 | 7A | 3B | 1D |
| Octal | 36 | 164 | 41 | 112 | 0 | 110 | 67 | 172 | 73 | 35 |
| Binary | 11110 | 1110100 | 100001 | 1001010 | 0 | 1001000 | 110111 | 1111010 | 111011 | 11101 |
Color Harmonies of #1E7421
Complementary color
Monochromatic Colors of #1E7421
Black with #1E7421
Text Example
Text Example
White with #1E7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7421; }
p { color: rgb(30,116,33); }
H1.HeaderClassName
{
color: #1E7421;
}
.AnyTagClassName
{
color: #1E7421;
}
</style>
background-color css
<style>
a { background-color: #1E7421; }
a { background-color: rgb(30,116,33); }
div.DivClassName
{
background-color: #1E7421;
}
.BgClassName
{
background-color: #1E7421;
}
</style>
border-color css
<style>
span { border-color: #1E7421; }
span { border-color: rgb(30,116,33); }
td.TdClassName
{
border-color: #1E7421;
}
.TagClassName
{
border-color: #1E7421;
}
</style>