Shades of San Felix #1E631B
Tints of San Felix #1E631B
RGB
CMYK
RGB Variations
Color information
#1E631B (or 0x1E631B) is known color: San Felix. HEX triplet: 1E, 63 and 1B. RGB value is (30,99,27). Sum of RGB (Red+Green+Blue) = 30+99+27=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #1E631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E631B is #E19CE4. Grayscale: #464646. Windows color (decimal): -14785765 or 1794846. OLE color: 1794846.
HSL color Cylindrical-coordinate representation of color #1E631B: hue angle of 117.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E631B is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 99 | 27 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.61 |
| HSL | 117.5º | 0.57% | 0.25% | - |
| HSV(B) | 117.5º | 0.73% | 0.39% | - |
| XYZ | 5.2 | 9.28 | 2.55 | - |
| YUV | 70.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 27 | 0.70 | 0 | 0.73 | 0.61 | 117.5 | 0.57 | 0.25 |
| Hex | 1E | 63 | 1B | 46 | 0 | 49 | 3D | 76 | 39 | 19 |
| Octal | 36 | 143 | 33 | 106 | 0 | 111 | 75 | 166 | 71 | 31 |
| Binary | 11110 | 1100011 | 11011 | 1000110 | 0 | 1001001 | 111101 | 1110110 | 111001 | 11001 |
Color Harmonies of #1E631B
Complementary color
Monochromatic Colors of #1E631B
Black with #1E631B
Text Example
Text Example
White with #1E631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E631B; }
p { color: rgb(30,99,27); }
H1.HeaderClassName
{
color: #1E631B;
}
.AnyTagClassName
{
color: #1E631B;
}
</style>
background-color css
<style>
a { background-color: #1E631B; }
a { background-color: rgb(30,99,27); }
div.DivClassName
{
background-color: #1E631B;
}
.BgClassName
{
background-color: #1E631B;
}
</style>
border-color css
<style>
span { border-color: #1E631B; }
span { border-color: rgb(30,99,27); }
td.TdClassName
{
border-color: #1E631B;
}
.TagClassName
{
border-color: #1E631B;
}
</style>