Shades of San Felix #1E722C
Tints of San Felix #1E722C
RGB
CMYK
RGB Variations
Color information
#1E722C (or 0x1E722C) is known color: San Felix. HEX triplet: 1E, 72 and 2C. RGB value is (30,114,44). Sum of RGB (Red+Green+Blue) = 30+114+44=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #1E722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E722C is #E18DD3. Grayscale: #515151. Windows color (decimal): -14781908 or 2912798. OLE color: 2912798.
HSL color Cylindrical-coordinate representation of color #1E722C: hue angle of 130º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E722C is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 44 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.55 |
| HSL | 130º | 0.58% | 0.28% | - |
| HSV(B) | 130º | 0.74% | 0.45% | - |
| XYZ | 7.01 | 12.49 | 4.42 | - |
| YUV | 80.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 44 | 0.74 | 0 | 0.61 | 0.55 | 130 | 0.58 | 0.28 |
| Hex | 1E | 72 | 2C | 4A | 0 | 3D | 37 | 82 | 3A | 1C |
| Octal | 36 | 162 | 54 | 112 | 0 | 75 | 67 | 202 | 72 | 34 |
| Binary | 11110 | 1110010 | 101100 | 1001010 | 0 | 111101 | 110111 | 10000010 | 111010 | 11100 |
Color Harmonies of #1E722C
Complementary color
Monochromatic Colors of #1E722C
Black with #1E722C
Text Example
Text Example
White with #1E722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E722C; }
p { color: rgb(30,114,44); }
H1.HeaderClassName
{
color: #1E722C;
}
.AnyTagClassName
{
color: #1E722C;
}
</style>
background-color css
<style>
a { background-color: #1E722C; }
a { background-color: rgb(30,114,44); }
div.DivClassName
{
background-color: #1E722C;
}
.BgClassName
{
background-color: #1E722C;
}
</style>
border-color css
<style>
span { border-color: #1E722C; }
span { border-color: rgb(30,114,44); }
td.TdClassName
{
border-color: #1E722C;
}
.TagClassName
{
border-color: #1E722C;
}
</style>