Shades of San Felix #1F662A
Tints of San Felix #1F662A
RGB
CMYK
RGB Variations
Color information
#1F662A (or 0x1F662A) is known color: San Felix. HEX triplet: 1F, 66 and 2A. RGB value is (31,102,42). Sum of RGB (Red+Green+Blue) = 31+102+42=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #1F662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F662A is #E099D5. Grayscale: #4A4A4A. Windows color (decimal): -14719446 or 2778655. OLE color: 2778655.
HSL color Cylindrical-coordinate representation of color #1F662A: hue angle of 129.3º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F662A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 42 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.6 |
| HSL | 129.3º | 0.53% | 0.26% | - |
| HSV(B) | 129.3º | 0.7% | 0.4% | - |
| XYZ | 5.73 | 9.96 | 3.81 | - |
| YUV | 73.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 42 | 0.70 | 0 | 0.59 | 0.6 | 129.3 | 0.53 | 0.26 |
| Hex | 1F | 66 | 2A | 46 | 0 | 3B | 3C | 81 | 35 | 1A |
| Octal | 37 | 146 | 52 | 106 | 0 | 73 | 74 | 201 | 65 | 32 |
| Binary | 11111 | 1100110 | 101010 | 1000110 | 0 | 111011 | 111100 | 10000001 | 110101 | 11010 |
Color Harmonies of #1F662A
Complementary color
Monochromatic Colors of #1F662A
Black with #1F662A
Text Example
Text Example
White with #1F662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F662A; }
p { color: rgb(31,102,42); }
H1.HeaderClassName
{
color: #1F662A;
}
.AnyTagClassName
{
color: #1F662A;
}
</style>
background-color css
<style>
a { background-color: #1F662A; }
a { background-color: rgb(31,102,42); }
div.DivClassName
{
background-color: #1F662A;
}
.BgClassName
{
background-color: #1F662A;
}
</style>
border-color css
<style>
span { border-color: #1F662A; }
span { border-color: rgb(31,102,42); }
td.TdClassName
{
border-color: #1F662A;
}
.TagClassName
{
border-color: #1F662A;
}
</style>