Shades of San Felix #1F7729
Tints of San Felix #1F7729
RGB
CMYK
RGB Variations
Color information
#1F7729 (or 0x1F7729) is known color: San Felix. HEX triplet: 1F, 77 and 29. RGB value is (31,119,41). Sum of RGB (Red+Green+Blue) = 31+119+41=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7729 is #E088D6. Grayscale: #545454. Windows color (decimal): -14715095 or 2717471. OLE color: 2717471.
HSL color Cylindrical-coordinate representation of color #1F7729: hue angle of 126.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7729 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 41 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.53 |
| HSL | 126.82º | 0.59% | 0.29% | - |
| HSV(B) | 126.82º | 0.74% | 0.47% | - |
| XYZ | 7.56 | 13.65 | 4.33 | - |
| YUV | 83.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 41 | 0.74 | 0 | 0.66 | 0.53 | 126.82 | 0.59 | 0.29 |
| Hex | 1F | 77 | 29 | 4A | 0 | 42 | 35 | 7F | 3B | 1D |
| Octal | 37 | 167 | 51 | 112 | 0 | 102 | 65 | 177 | 73 | 35 |
| Binary | 11111 | 1110111 | 101001 | 1001010 | 0 | 1000010 | 110101 | 1111111 | 111011 | 11101 |
Color Harmonies of #1F7729
Complementary color
Monochromatic Colors of #1F7729
Black with #1F7729
Text Example
Text Example
White with #1F7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7729; }
p { color: rgb(31,119,41); }
H1.HeaderClassName
{
color: #1F7729;
}
.AnyTagClassName
{
color: #1F7729;
}
</style>
background-color css
<style>
a { background-color: #1F7729; }
a { background-color: rgb(31,119,41); }
div.DivClassName
{
background-color: #1F7729;
}
.BgClassName
{
background-color: #1F7729;
}
</style>
border-color css
<style>
span { border-color: #1F7729; }
span { border-color: rgb(31,119,41); }
td.TdClassName
{
border-color: #1F7729;
}
.TagClassName
{
border-color: #1F7729;
}
</style>