Shades of San Felix #1E6915
Tints of San Felix #1E6915
RGB
CMYK
RGB Variations
Color information
#1E6915 (or 0x1E6915) is known color: San Felix. HEX triplet: 1E, 69 and 15. RGB value is (30,105,21). Sum of RGB (Red+Green+Blue) = 30+105+21=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6915 is #E196EA. Grayscale: #494949. Windows color (decimal): -14784235 or 1403166. OLE color: 1403166.
HSL color Cylindrical-coordinate representation of color #1E6915: hue angle of 113.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E6915 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 21 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.59 |
| HSL | 113.57º | 0.67% | 0.25% | - |
| HSV(B) | 113.57º | 0.8% | 0.41% | - |
| XYZ | 5.72 | 10.43 | 2.42 | - |
| YUV | 73 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 21 | 0.71 | 0 | 0.80 | 0.59 | 113.57 | 0.67 | 0.25 |
| Hex | 1E | 69 | 15 | 47 | 0 | 50 | 3B | 72 | 43 | 19 |
| Octal | 36 | 151 | 25 | 107 | 0 | 120 | 73 | 162 | 103 | 31 |
| Binary | 11110 | 1101001 | 10101 | 1000111 | 0 | 1010000 | 111011 | 1110010 | 1000011 | 11001 |
Color Harmonies of #1E6915
Complementary color
Monochromatic Colors of #1E6915
Black with #1E6915
Text Example
Text Example
White with #1E6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6915; }
p { color: rgb(30,105,21); }
H1.HeaderClassName
{
color: #1E6915;
}
.AnyTagClassName
{
color: #1E6915;
}
</style>
background-color css
<style>
a { background-color: #1E6915; }
a { background-color: rgb(30,105,21); }
div.DivClassName
{
background-color: #1E6915;
}
.BgClassName
{
background-color: #1E6915;
}
</style>
border-color css
<style>
span { border-color: #1E6915; }
span { border-color: rgb(30,105,21); }
td.TdClassName
{
border-color: #1E6915;
}
.TagClassName
{
border-color: #1E6915;
}
</style>