Shades of San Felix #1E7327
Tints of San Felix #1E7327
RGB
CMYK
RGB Variations
Color information
#1E7327 (or 0x1E7327) is known color: San Felix. HEX triplet: 1E, 73 and 27. RGB value is (30,115,39). Sum of RGB (Red+Green+Blue) = 30+115+39=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7327 is #E18CD8. Grayscale: #515151. Windows color (decimal): -14781657 or 2585374. OLE color: 2585374.
HSL color Cylindrical-coordinate representation of color #1E7327: hue angle of 126.35º degrees, saturation: 0.59, 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 #1E7327 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 39 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.55 |
| HSL | 126.35º | 0.59% | 0.28% | - |
| HSV(B) | 126.35º | 0.74% | 0.45% | - |
| XYZ | 7.03 | 12.68 | 4 | - |
| YUV | 80.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 39 | 0.74 | 0 | 0.66 | 0.55 | 126.35 | 0.59 | 0.28 |
| Hex | 1E | 73 | 27 | 4A | 0 | 42 | 37 | 7E | 3B | 1C |
| Octal | 36 | 163 | 47 | 112 | 0 | 102 | 67 | 176 | 73 | 34 |
| Binary | 11110 | 1110011 | 100111 | 1001010 | 0 | 1000010 | 110111 | 1111110 | 111011 | 11100 |
Color Harmonies of #1E7327
Complementary color
Monochromatic Colors of #1E7327
Black with #1E7327
Text Example
Text Example
White with #1E7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7327; }
p { color: rgb(30,115,39); }
H1.HeaderClassName
{
color: #1E7327;
}
.AnyTagClassName
{
color: #1E7327;
}
</style>
background-color css
<style>
a { background-color: #1E7327; }
a { background-color: rgb(30,115,39); }
div.DivClassName
{
background-color: #1E7327;
}
.BgClassName
{
background-color: #1E7327;
}
</style>
border-color css
<style>
span { border-color: #1E7327; }
span { border-color: rgb(30,115,39); }
td.TdClassName
{
border-color: #1E7327;
}
.TagClassName
{
border-color: #1E7327;
}
</style>