Shades of San Felix #1F682A
Tints of San Felix #1F682A
RGB
CMYK
RGB Variations
Color information
#1F682A (or 0x1F682A) is known color: San Felix. HEX triplet: 1F, 68 and 2A. RGB value is (31,104,42). Sum of RGB (Red+Green+Blue) = 31+104+42=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #1F682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F682A is #E097D5. Grayscale: #4B4B4B. Windows color (decimal): -14718934 or 2779167. OLE color: 2779167.
HSL color Cylindrical-coordinate representation of color #1F682A: hue angle of 129.04º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F682A is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 42 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.59 |
| HSL | 129.04º | 0.54% | 0.26% | - |
| HSV(B) | 129.04º | 0.7% | 0.41% | - |
| XYZ | 5.93 | 10.36 | 3.88 | - |
| YUV | 75.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 42 | 0.70 | 0 | 0.60 | 0.59 | 129.04 | 0.54 | 0.26 |
| Hex | 1F | 68 | 2A | 46 | 0 | 3C | 3B | 81 | 36 | 1A |
| Octal | 37 | 150 | 52 | 106 | 0 | 74 | 73 | 201 | 66 | 32 |
| Binary | 11111 | 1101000 | 101010 | 1000110 | 0 | 111100 | 111011 | 10000001 | 110110 | 11010 |
Color Harmonies of #1F682A
Complementary color
Monochromatic Colors of #1F682A
Black with #1F682A
Text Example
Text Example
White with #1F682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F682A; }
p { color: rgb(31,104,42); }
H1.HeaderClassName
{
color: #1F682A;
}
.AnyTagClassName
{
color: #1F682A;
}
</style>
background-color css
<style>
a { background-color: #1F682A; }
a { background-color: rgb(31,104,42); }
div.DivClassName
{
background-color: #1F682A;
}
.BgClassName
{
background-color: #1F682A;
}
</style>
border-color css
<style>
span { border-color: #1F682A; }
span { border-color: rgb(31,104,42); }
td.TdClassName
{
border-color: #1F682A;
}
.TagClassName
{
border-color: #1F682A;
}
</style>