Shades of San Felix #1E6A28
Tints of San Felix #1E6A28
RGB
CMYK
RGB Variations
Color information
#1E6A28 (or 0x1E6A28) is known color: San Felix. HEX triplet: 1E, 6A and 28. RGB value is (30,106,40). Sum of RGB (Red+Green+Blue) = 30+106+40=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 106 (41.80% from 255 or 60.23% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6A28 is #E195D7. Grayscale: #4B4B4B. Windows color (decimal): -14783960 or 2648606. OLE color: 2648606.
HSL color Cylindrical-coordinate representation of color #1E6A28: hue angle of 127.89º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6A28 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 106 | 40 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.58 |
| HSL | 127.89º | 0.56% | 0.27% | - |
| HSV(B) | 127.89º | 0.72% | 0.42% | - |
| XYZ | 6.07 | 10.74 | 3.76 | - |
| YUV | 75.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 40 | 0.72 | 0 | 0.62 | 0.58 | 127.89 | 0.56 | 0.27 |
| Hex | 1E | 6A | 28 | 48 | 0 | 3E | 3A | 80 | 38 | 1B |
| Octal | 36 | 152 | 50 | 110 | 0 | 76 | 72 | 200 | 70 | 33 |
| Binary | 11110 | 1101010 | 101000 | 1001000 | 0 | 111110 | 111010 | 10000000 | 111000 | 11011 |
Color Harmonies of #1E6A28
Complementary color
Monochromatic Colors of #1E6A28
Black with #1E6A28
Text Example
Text Example
White with #1E6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6A28; }
p { color: rgb(30,106,40); }
H1.HeaderClassName
{
color: #1E6A28;
}
.AnyTagClassName
{
color: #1E6A28;
}
</style>
background-color css
<style>
a { background-color: #1E6A28; }
a { background-color: rgb(30,106,40); }
div.DivClassName
{
background-color: #1E6A28;
}
.BgClassName
{
background-color: #1E6A28;
}
</style>
border-color css
<style>
span { border-color: #1E6A28; }
span { border-color: rgb(30,106,40); }
td.TdClassName
{
border-color: #1E6A28;
}
.TagClassName
{
border-color: #1E6A28;
}
</style>