Shades of San Felix #1F682B
Tints of San Felix #1F682B
RGB
CMYK
RGB Variations
Color information
#1F682B (or 0x1F682B) is known color: San Felix. HEX triplet: 1F, 68 and 2B. RGB value is (31,104,43). Sum of RGB (Red+Green+Blue) = 31+104+43=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #1F682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F682B is #E097D4. Grayscale: #4B4B4B. Windows color (decimal): -14718933 or 2844703. OLE color: 2844703.
HSL color Cylindrical-coordinate representation of color #1F682B: hue angle of 129.86º 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 #1F682B is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 43 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.59 |
| HSL | 129.86º | 0.54% | 0.26% | - |
| HSV(B) | 129.86º | 0.7% | 0.41% | - |
| XYZ | 5.95 | 10.37 | 3.97 | - |
| YUV | 75.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 43 | 0.70 | 0 | 0.59 | 0.59 | 129.86 | 0.54 | 0.26 |
| Hex | 1F | 68 | 2B | 46 | 0 | 3B | 3B | 82 | 36 | 1A |
| Octal | 37 | 150 | 53 | 106 | 0 | 73 | 73 | 202 | 66 | 32 |
| Binary | 11111 | 1101000 | 101011 | 1000110 | 0 | 111011 | 111011 | 10000010 | 110110 | 11010 |
Color Harmonies of #1F682B
Complementary color
Monochromatic Colors of #1F682B
Black with #1F682B
Text Example
Text Example
White with #1F682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F682B; }
p { color: rgb(31,104,43); }
H1.HeaderClassName
{
color: #1F682B;
}
.AnyTagClassName
{
color: #1F682B;
}
</style>
background-color css
<style>
a { background-color: #1F682B; }
a { background-color: rgb(31,104,43); }
div.DivClassName
{
background-color: #1F682B;
}
.BgClassName
{
background-color: #1F682B;
}
</style>
border-color css
<style>
span { border-color: #1F682B; }
span { border-color: rgb(31,104,43); }
td.TdClassName
{
border-color: #1F682B;
}
.TagClassName
{
border-color: #1F682B;
}
</style>