Shades of San Felix #1E6A14
Tints of San Felix #1E6A14
RGB
CMYK
RGB Variations
Color information
#1E6A14 (or 0x1E6A14) is known color: San Felix. HEX triplet: 1E, 6A and 14. RGB value is (30,106,20). Sum of RGB (Red+Green+Blue) = 30+106+20=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 106 (41.80% from 255 or 67.95% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6A14 is #E195EB. Grayscale: #494949. Windows color (decimal): -14783980 or 1337886. OLE color: 1337886.
HSL color Cylindrical-coordinate representation of color #1E6A14: hue angle of 113.02º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E6A14 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 106 | 20 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.58 |
| HSL | 113.02º | 0.68% | 0.25% | - |
| HSV(B) | 113.02º | 0.81% | 0.42% | - |
| XYZ | 5.82 | 10.63 | 2.41 | - |
| YUV | 73.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 20 | 0.72 | 0 | 0.81 | 0.58 | 113.02 | 0.68 | 0.25 |
| Hex | 1E | 6A | 14 | 48 | 0 | 51 | 3A | 71 | 44 | 19 |
| Octal | 36 | 152 | 24 | 110 | 0 | 121 | 72 | 161 | 104 | 31 |
| Binary | 11110 | 1101010 | 10100 | 1001000 | 0 | 1010001 | 111010 | 1110001 | 1000100 | 11001 |
Color Harmonies of #1E6A14
Complementary color
Monochromatic Colors of #1E6A14
Black with #1E6A14
Text Example
Text Example
White with #1E6A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6A14; }
p { color: rgb(30,106,20); }
H1.HeaderClassName
{
color: #1E6A14;
}
.AnyTagClassName
{
color: #1E6A14;
}
</style>
background-color css
<style>
a { background-color: #1E6A14; }
a { background-color: rgb(30,106,20); }
div.DivClassName
{
background-color: #1E6A14;
}
.BgClassName
{
background-color: #1E6A14;
}
</style>
border-color css
<style>
span { border-color: #1E6A14; }
span { border-color: rgb(30,106,20); }
td.TdClassName
{
border-color: #1E6A14;
}
.TagClassName
{
border-color: #1E6A14;
}
</style>