Shades of San Felix #1F611E
Tints of San Felix #1F611E
RGB
CMYK
RGB Variations
Color information
#1F611E (or 0x1F611E) is known color: San Felix. HEX triplet: 1F, 61 and 1E. RGB value is (31,97,30). Sum of RGB (Red+Green+Blue) = 31+97+30=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #1F611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F611E is #E09EE1. Grayscale: #454545. Windows color (decimal): -14720738 or 1990943. OLE color: 1990943.
HSL color Cylindrical-coordinate representation of color #1F611E: hue angle of 119.1º degrees, saturation: 0.53, 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 #1F611E is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 30 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.62 |
| HSL | 119.1º | 0.53% | 0.25% | - |
| HSV(B) | 119.1º | 0.69% | 0.38% | - |
| XYZ | 5.07 | 8.93 | 2.69 | - |
| YUV | 69.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 30 | 0.68 | 0 | 0.69 | 0.62 | 119.1 | 0.53 | 0.25 |
| Hex | 1F | 61 | 1E | 44 | 0 | 45 | 3E | 77 | 35 | 19 |
| Octal | 37 | 141 | 36 | 104 | 0 | 105 | 76 | 167 | 65 | 31 |
| Binary | 11111 | 1100001 | 11110 | 1000100 | 0 | 1000101 | 111110 | 1110111 | 110101 | 11001 |
Color Harmonies of #1F611E
Complementary color
Monochromatic Colors of #1F611E
Black with #1F611E
Text Example
Text Example
White with #1F611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F611E; }
p { color: rgb(31,97,30); }
H1.HeaderClassName
{
color: #1F611E;
}
.AnyTagClassName
{
color: #1F611E;
}
</style>
background-color css
<style>
a { background-color: #1F611E; }
a { background-color: rgb(31,97,30); }
div.DivClassName
{
background-color: #1F611E;
}
.BgClassName
{
background-color: #1F611E;
}
</style>
border-color css
<style>
span { border-color: #1F611E; }
span { border-color: rgb(31,97,30); }
td.TdClassName
{
border-color: #1F611E;
}
.TagClassName
{
border-color: #1F611E;
}
</style>