Shades of San Felix #1F631D
Tints of San Felix #1F631D
RGB
CMYK
RGB Variations
Color information
#1F631D (or 0x1F631D) is known color: San Felix. HEX triplet: 1F, 63 and 1D. RGB value is (31,99,29). Sum of RGB (Red+Green+Blue) = 31+99+29=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #1F631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F631D is #E09CE2. Grayscale: #464646. Windows color (decimal): -14720227 or 1925919. OLE color: 1925919.
HSL color Cylindrical-coordinate representation of color #1F631D: hue angle of 118.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F631D is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 29 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.61 |
| HSL | 118.29º | 0.55% | 0.25% | - |
| HSV(B) | 118.29º | 0.71% | 0.39% | - |
| XYZ | 5.25 | 9.3 | 2.68 | - |
| YUV | 70.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 29 | 0.69 | 0 | 0.71 | 0.61 | 118.29 | 0.55 | 0.25 |
| Hex | 1F | 63 | 1D | 45 | 0 | 47 | 3D | 76 | 37 | 19 |
| Octal | 37 | 143 | 35 | 105 | 0 | 107 | 75 | 166 | 67 | 31 |
| Binary | 11111 | 1100011 | 11101 | 1000101 | 0 | 1000111 | 111101 | 1110110 | 110111 | 11001 |
Color Harmonies of #1F631D
Complementary color
Monochromatic Colors of #1F631D
Black with #1F631D
Text Example
Text Example
White with #1F631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F631D; }
p { color: rgb(31,99,29); }
H1.HeaderClassName
{
color: #1F631D;
}
.AnyTagClassName
{
color: #1F631D;
}
</style>
background-color css
<style>
a { background-color: #1F631D; }
a { background-color: rgb(31,99,29); }
div.DivClassName
{
background-color: #1F631D;
}
.BgClassName
{
background-color: #1F631D;
}
</style>
border-color css
<style>
span { border-color: #1F631D; }
span { border-color: rgb(31,99,29); }
td.TdClassName
{
border-color: #1F631D;
}
.TagClassName
{
border-color: #1F631D;
}
</style>