Shades of San Felix #1E6417
Tints of San Felix #1E6417
RGB
CMYK
RGB Variations
Color information
#1E6417 (or 0x1E6417) is known color: San Felix. HEX triplet: 1E, 64 and 17. RGB value is (30,100,23). Sum of RGB (Red+Green+Blue) = 30+100+23=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #1E6417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6417 is #E19BE8. Grayscale: #464646. Windows color (decimal): -14785513 or 1532958. OLE color: 1532958.
HSL color Cylindrical-coordinate representation of color #1E6417: hue angle of 114.55º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6417 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 100 | 23 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.61 |
| HSL | 114.55º | 0.63% | 0.24% | - |
| HSV(B) | 114.55º | 0.77% | 0.39% | - |
| XYZ | 5.25 | 9.45 | 2.36 | - |
| YUV | 70.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 23 | 0.70 | 0 | 0.77 | 0.61 | 114.55 | 0.63 | 0.24 |
| Hex | 1E | 64 | 17 | 46 | 0 | 4D | 3D | 73 | 3F | 18 |
| Octal | 36 | 144 | 27 | 106 | 0 | 115 | 75 | 163 | 77 | 30 |
| Binary | 11110 | 1100100 | 10111 | 1000110 | 0 | 1001101 | 111101 | 1110011 | 111111 | 11000 |
Color Harmonies of #1E6417
Complementary color
Monochromatic Colors of #1E6417
Black with #1E6417
Text Example
Text Example
White with #1E6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6417; }
p { color: rgb(30,100,23); }
H1.HeaderClassName
{
color: #1E6417;
}
.AnyTagClassName
{
color: #1E6417;
}
</style>
background-color css
<style>
a { background-color: #1E6417; }
a { background-color: rgb(30,100,23); }
div.DivClassName
{
background-color: #1E6417;
}
.BgClassName
{
background-color: #1E6417;
}
</style>
border-color css
<style>
span { border-color: #1E6417; }
span { border-color: rgb(30,100,23); }
td.TdClassName
{
border-color: #1E6417;
}
.TagClassName
{
border-color: #1E6417;
}
</style>