Shades of San Felix #1F661D
Tints of San Felix #1F661D
RGB
CMYK
RGB Variations
Color information
#1F661D (or 0x1F661D) is known color: San Felix. HEX triplet: 1F, 66 and 1D. RGB value is (31,102,29). Sum of RGB (Red+Green+Blue) = 31+102+29=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #1F661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F661D is #E099E2. Grayscale: #484848. Windows color (decimal): -14719459 or 1926687. OLE color: 1926687.
HSL color Cylindrical-coordinate representation of color #1F661D: hue angle of 118.36º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F661D is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 29 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.6 |
| HSL | 118.36º | 0.56% | 0.26% | - |
| HSV(B) | 118.36º | 0.72% | 0.4% | - |
| XYZ | 5.54 | 9.88 | 2.78 | - |
| YUV | 72.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 29 | 0.70 | 0 | 0.72 | 0.6 | 118.36 | 0.56 | 0.26 |
| Hex | 1F | 66 | 1D | 46 | 0 | 48 | 3C | 76 | 38 | 1A |
| Octal | 37 | 146 | 35 | 106 | 0 | 110 | 74 | 166 | 70 | 32 |
| Binary | 11111 | 1100110 | 11101 | 1000110 | 0 | 1001000 | 111100 | 1110110 | 111000 | 11010 |
Color Harmonies of #1F661D
Complementary color
Monochromatic Colors of #1F661D
Black with #1F661D
Text Example
Text Example
White with #1F661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F661D; }
p { color: rgb(31,102,29); }
H1.HeaderClassName
{
color: #1F661D;
}
.AnyTagClassName
{
color: #1F661D;
}
</style>
background-color css
<style>
a { background-color: #1F661D; }
a { background-color: rgb(31,102,29); }
div.DivClassName
{
background-color: #1F661D;
}
.BgClassName
{
background-color: #1F661D;
}
</style>
border-color css
<style>
span { border-color: #1F661D; }
span { border-color: rgb(31,102,29); }
td.TdClassName
{
border-color: #1F661D;
}
.TagClassName
{
border-color: #1F661D;
}
</style>