Shades of San Felix #1E6B1A
Tints of San Felix #1E6B1A
RGB
CMYK
RGB Variations
Color information
#1E6B1A (or 0x1E6B1A) is known color: San Felix. HEX triplet: 1E, 6B and 1A. RGB value is (30,107,26). Sum of RGB (Red+Green+Blue) = 30+107+26=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B1A is #E194E5. Grayscale: #4A4A4A. Windows color (decimal): -14783718 or 1731358. OLE color: 1731358.
HSL color Cylindrical-coordinate representation of color #1E6B1A: hue angle of 117.04º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E6B1A is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 26 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.58 |
| HSL | 117.04º | 0.61% | 0.26% | - |
| HSV(B) | 117.04º | 0.76% | 0.42% | - |
| XYZ | 5.98 | 10.87 | 2.76 | - |
| YUV | 74.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 26 | 0.72 | 0 | 0.76 | 0.58 | 117.04 | 0.61 | 0.26 |
| Hex | 1E | 6B | 1A | 48 | 0 | 4C | 3A | 75 | 3D | 1A |
| Octal | 36 | 153 | 32 | 110 | 0 | 114 | 72 | 165 | 75 | 32 |
| Binary | 11110 | 1101011 | 11010 | 1001000 | 0 | 1001100 | 111010 | 1110101 | 111101 | 11010 |
Color Harmonies of #1E6B1A
Complementary color
Monochromatic Colors of #1E6B1A
Black with #1E6B1A
Text Example
Text Example
White with #1E6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B1A; }
p { color: rgb(30,107,26); }
H1.HeaderClassName
{
color: #1E6B1A;
}
.AnyTagClassName
{
color: #1E6B1A;
}
</style>
background-color css
<style>
a { background-color: #1E6B1A; }
a { background-color: rgb(30,107,26); }
div.DivClassName
{
background-color: #1E6B1A;
}
.BgClassName
{
background-color: #1E6B1A;
}
</style>
border-color css
<style>
span { border-color: #1E6B1A; }
span { border-color: rgb(30,107,26); }
td.TdClassName
{
border-color: #1E6B1A;
}
.TagClassName
{
border-color: #1E6B1A;
}
</style>