Shades of San Felix #1F7629
Tints of San Felix #1F7629
RGB
CMYK
RGB Variations
Color information
#1F7629 (or 0x1F7629) is known color: San Felix. HEX triplet: 1F, 76 and 29. RGB value is (31,118,41). Sum of RGB (Red+Green+Blue) = 31+118+41=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7629 is #E089D6. Grayscale: #535353. Windows color (decimal): -14715351 or 2717215. OLE color: 2717215.
HSL color Cylindrical-coordinate representation of color #1F7629: hue angle of 126.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7629 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 41 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.54 |
| HSL | 126.9º | 0.58% | 0.29% | - |
| HSV(B) | 126.9º | 0.74% | 0.46% | - |
| XYZ | 7.44 | 13.41 | 4.29 | - |
| YUV | 83.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 41 | 0.74 | 0 | 0.65 | 0.54 | 126.9 | 0.58 | 0.29 |
| Hex | 1F | 76 | 29 | 4A | 0 | 41 | 36 | 7F | 3A | 1D |
| Octal | 37 | 166 | 51 | 112 | 0 | 101 | 66 | 177 | 72 | 35 |
| Binary | 11111 | 1110110 | 101001 | 1001010 | 0 | 1000001 | 110110 | 1111111 | 111010 | 11101 |
Color Harmonies of #1F7629
Complementary color
Monochromatic Colors of #1F7629
Black with #1F7629
Text Example
Text Example
White with #1F7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7629; }
p { color: rgb(31,118,41); }
H1.HeaderClassName
{
color: #1F7629;
}
.AnyTagClassName
{
color: #1F7629;
}
</style>
background-color css
<style>
a { background-color: #1F7629; }
a { background-color: rgb(31,118,41); }
div.DivClassName
{
background-color: #1F7629;
}
.BgClassName
{
background-color: #1F7629;
}
</style>
border-color css
<style>
span { border-color: #1F7629; }
span { border-color: rgb(31,118,41); }
td.TdClassName
{
border-color: #1F7629;
}
.TagClassName
{
border-color: #1F7629;
}
</style>