Shades of San Felix #1E732B
Tints of San Felix #1E732B
RGB
CMYK
RGB Variations
Color information
#1E732B (or 0x1E732B) is known color: San Felix. HEX triplet: 1E, 73 and 2B. RGB value is (30,115,43). Sum of RGB (Red+Green+Blue) = 30+115+43=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #1E732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E732B is #E18CD4. Grayscale: #515151. Windows color (decimal): -14781653 or 2847518. OLE color: 2847518.
HSL color Cylindrical-coordinate representation of color #1E732B: hue angle of 129.18º 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 #1E732B is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 43 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.55 |
| HSL | 129.18º | 0.59% | 0.28% | - |
| HSV(B) | 129.18º | 0.74% | 0.45% | - |
| XYZ | 7.1 | 12.71 | 4.36 | - |
| YUV | 81.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 43 | 0.74 | 0 | 0.63 | 0.55 | 129.18 | 0.59 | 0.28 |
| Hex | 1E | 73 | 2B | 4A | 0 | 3F | 37 | 81 | 3B | 1C |
| Octal | 36 | 163 | 53 | 112 | 0 | 77 | 67 | 201 | 73 | 34 |
| Binary | 11110 | 1110011 | 101011 | 1001010 | 0 | 111111 | 110111 | 10000001 | 111011 | 11100 |
Color Harmonies of #1E732B
Complementary color
Monochromatic Colors of #1E732B
Black with #1E732B
Text Example
Text Example
White with #1E732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E732B; }
p { color: rgb(30,115,43); }
H1.HeaderClassName
{
color: #1E732B;
}
.AnyTagClassName
{
color: #1E732B;
}
</style>
background-color css
<style>
a { background-color: #1E732B; }
a { background-color: rgb(30,115,43); }
div.DivClassName
{
background-color: #1E732B;
}
.BgClassName
{
background-color: #1E732B;
}
</style>
border-color css
<style>
span { border-color: #1E732B; }
span { border-color: rgb(30,115,43); }
td.TdClassName
{
border-color: #1E732B;
}
.TagClassName
{
border-color: #1E732B;
}
</style>