Shades of San Felix #1F661A
Tints of San Felix #1F661A
RGB
CMYK
RGB Variations
Color information
#1F661A (or 0x1F661A) is known color: San Felix. HEX triplet: 1F, 66 and 1A. RGB value is (31,102,26). Sum of RGB (Red+Green+Blue) = 31+102+26=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #1F661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F661A is #E099E5. Grayscale: #484848. Windows color (decimal): -14719462 or 1730079. OLE color: 1730079.
HSL color Cylindrical-coordinate representation of color #1F661A: hue angle of 116.05º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F661A is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 26 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.6 |
| HSL | 116.05º | 0.59% | 0.25% | - |
| HSV(B) | 116.05º | 0.75% | 0.4% | - |
| XYZ | 5.5 | 9.87 | 2.59 | - |
| YUV | 72.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 26 | 0.70 | 0 | 0.75 | 0.6 | 116.05 | 0.59 | 0.25 |
| Hex | 1F | 66 | 1A | 46 | 0 | 4B | 3C | 74 | 3B | 19 |
| Octal | 37 | 146 | 32 | 106 | 0 | 113 | 74 | 164 | 73 | 31 |
| Binary | 11111 | 1100110 | 11010 | 1000110 | 0 | 1001011 | 111100 | 1110100 | 111011 | 11001 |
Color Harmonies of #1F661A
Complementary color
Monochromatic Colors of #1F661A
Black with #1F661A
Text Example
Text Example
White with #1F661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F661A; }
p { color: rgb(31,102,26); }
H1.HeaderClassName
{
color: #1F661A;
}
.AnyTagClassName
{
color: #1F661A;
}
</style>
background-color css
<style>
a { background-color: #1F661A; }
a { background-color: rgb(31,102,26); }
div.DivClassName
{
background-color: #1F661A;
}
.BgClassName
{
background-color: #1F661A;
}
</style>
border-color css
<style>
span { border-color: #1F661A; }
span { border-color: rgb(31,102,26); }
td.TdClassName
{
border-color: #1F661A;
}
.TagClassName
{
border-color: #1F661A;
}
</style>