Shades of San Felix #1E6228
Tints of San Felix #1E6228
RGB
CMYK
RGB Variations
Color information
#1E6228 (or 0x1E6228) is known color: San Felix. HEX triplet: 1E, 62 and 28. RGB value is (30,98,40). Sum of RGB (Red+Green+Blue) = 30+98+40=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6228 is #E19DD7. Grayscale: #474747. Windows color (decimal): -14786008 or 2646558. OLE color: 2646558.
HSL color Cylindrical-coordinate representation of color #1E6228: hue angle of 128.82º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6228 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 40 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.62 |
| HSL | 128.82º | 0.53% | 0.25% | - |
| HSV(B) | 128.82º | 0.69% | 0.38% | - |
| XYZ | 5.29 | 9.16 | 3.5 | - |
| YUV | 71.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 40 | 0.69 | 0 | 0.59 | 0.62 | 128.82 | 0.53 | 0.25 |
| Hex | 1E | 62 | 28 | 45 | 0 | 3B | 3E | 81 | 35 | 19 |
| Octal | 36 | 142 | 50 | 105 | 0 | 73 | 76 | 201 | 65 | 31 |
| Binary | 11110 | 1100010 | 101000 | 1000101 | 0 | 111011 | 111110 | 10000001 | 110101 | 11001 |
Color Harmonies of #1E6228
Complementary color
Monochromatic Colors of #1E6228
Black with #1E6228
Text Example
Text Example
White with #1E6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6228; }
p { color: rgb(30,98,40); }
H1.HeaderClassName
{
color: #1E6228;
}
.AnyTagClassName
{
color: #1E6228;
}
</style>
background-color css
<style>
a { background-color: #1E6228; }
a { background-color: rgb(30,98,40); }
div.DivClassName
{
background-color: #1E6228;
}
.BgClassName
{
background-color: #1E6228;
}
</style>
border-color css
<style>
span { border-color: #1E6228; }
span { border-color: rgb(30,98,40); }
td.TdClassName
{
border-color: #1E6228;
}
.TagClassName
{
border-color: #1E6228;
}
</style>