Shades of San Felix #1E6021
Tints of San Felix #1E6021
RGB
CMYK
RGB Variations
Color information
#1E6021 (or 0x1E6021) is known color: San Felix. HEX triplet: 1E, 60 and 21. RGB value is (30,96,33). Sum of RGB (Red+Green+Blue) = 30+96+33=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6021 is #E19FDE. Grayscale: #454545. Windows color (decimal): -14786527 or 2187294. OLE color: 2187294.
HSL color Cylindrical-coordinate representation of color #1E6021: hue angle of 122.73º degrees, saturation: 0.52, 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 #1E6021 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 33 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.62 |
| HSL | 122.73º | 0.52% | 0.25% | - |
| HSV(B) | 122.73º | 0.69% | 0.38% | - |
| XYZ | 4.99 | 8.75 | 2.86 | - |
| YUV | 69.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 33 | 0.69 | 0 | 0.66 | 0.62 | 122.73 | 0.52 | 0.25 |
| Hex | 1E | 60 | 21 | 45 | 0 | 42 | 3E | 7B | 34 | 19 |
| Octal | 36 | 140 | 41 | 105 | 0 | 102 | 76 | 173 | 64 | 31 |
| Binary | 11110 | 1100000 | 100001 | 1000101 | 0 | 1000010 | 111110 | 1111011 | 110100 | 11001 |
Color Harmonies of #1E6021
Complementary color
Monochromatic Colors of #1E6021
Black with #1E6021
Text Example
Text Example
White with #1E6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6021; }
p { color: rgb(30,96,33); }
H1.HeaderClassName
{
color: #1E6021;
}
.AnyTagClassName
{
color: #1E6021;
}
</style>
background-color css
<style>
a { background-color: #1E6021; }
a { background-color: rgb(30,96,33); }
div.DivClassName
{
background-color: #1E6021;
}
.BgClassName
{
background-color: #1E6021;
}
</style>
border-color css
<style>
span { border-color: #1E6021; }
span { border-color: rgb(30,96,33); }
td.TdClassName
{
border-color: #1E6021;
}
.TagClassName
{
border-color: #1E6021;
}
</style>