Shades of San Felix #1E651E
Tints of San Felix #1E651E
RGB
CMYK
RGB Variations
Color information
#1E651E (or 0x1E651E) is known color: San Felix. HEX triplet: 1E, 65 and 1E. RGB value is (30,101,30). Sum of RGB (Red+Green+Blue) = 30+101+30=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #1E651E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E651E is #E19AE1. Grayscale: #474747. Windows color (decimal): -14785250 or 1991966. OLE color: 1991966.
HSL color Cylindrical-coordinate representation of color #1E651E: hue angle of 120º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E651E is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 101 | 30 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.60 |
| HSL | 120º | 0.54% | 0.26% | - |
| HSV(B) | 120º | 0.7% | 0.4% | - |
| XYZ | 5.42 | 9.68 | 2.81 | - |
| YUV | 71.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 30 | 0.70 | 0 | 0.70 | 0.60 | 120 | 0.54 | 0.26 |
| Hex | 1E | 65 | 1E | 46 | 0 | 46 | 3C | 78 | 36 | 1A |
| Octal | 36 | 145 | 36 | 106 | 0 | 106 | 74 | 170 | 66 | 32 |
| Binary | 11110 | 1100101 | 11110 | 1000110 | 0 | 1000110 | 111100 | 1111000 | 110110 | 11010 |
Color Harmonies of #1E651E
Complementary color
Monochromatic Colors of #1E651E
Black with #1E651E
Text Example
Text Example
White with #1E651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E651E; }
p { color: rgb(30,101,30); }
H1.HeaderClassName
{
color: #1E651E;
}
.AnyTagClassName
{
color: #1E651E;
}
</style>
background-color css
<style>
a { background-color: #1E651E; }
a { background-color: rgb(30,101,30); }
div.DivClassName
{
background-color: #1E651E;
}
.BgClassName
{
background-color: #1E651E;
}
</style>
border-color css
<style>
span { border-color: #1E651E; }
span { border-color: rgb(30,101,30); }
td.TdClassName
{
border-color: #1E651E;
}
.TagClassName
{
border-color: #1E651E;
}
</style>