Shades of San Felix #1F7929
Tints of San Felix #1F7929
RGB
CMYK
RGB Variations
Color information
#1F7929 (or 0x1F7929) is known color: San Felix. HEX triplet: 1F, 79 and 29. RGB value is (31,121,41). Sum of RGB (Red+Green+Blue) = 31+121+41=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7929 is #E086D6. Grayscale: #555555. Windows color (decimal): -14714583 or 2717983. OLE color: 2717983.
HSL color Cylindrical-coordinate representation of color #1F7929: hue angle of 126.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7929 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 41 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.53 |
| HSL | 126.67º | 0.59% | 0.3% | - |
| HSV(B) | 126.67º | 0.74% | 0.47% | - |
| XYZ | 7.8 | 14.13 | 4.41 | - |
| YUV | 84.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 41 | 0.74 | 0 | 0.66 | 0.53 | 126.67 | 0.59 | 0.3 |
| Hex | 1F | 79 | 29 | 4A | 0 | 42 | 35 | 7F | 3B | 1E |
| Octal | 37 | 171 | 51 | 112 | 0 | 102 | 65 | 177 | 73 | 36 |
| Binary | 11111 | 1111001 | 101001 | 1001010 | 0 | 1000010 | 110101 | 1111111 | 111011 | 11110 |
Color Harmonies of #1F7929
Complementary color
Monochromatic Colors of #1F7929
Black with #1F7929
Text Example
Text Example
White with #1F7929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7929; }
p { color: rgb(31,121,41); }
H1.HeaderClassName
{
color: #1F7929;
}
.AnyTagClassName
{
color: #1F7929;
}
</style>
background-color css
<style>
a { background-color: #1F7929; }
a { background-color: rgb(31,121,41); }
div.DivClassName
{
background-color: #1F7929;
}
.BgClassName
{
background-color: #1F7929;
}
</style>
border-color css
<style>
span { border-color: #1F7929; }
span { border-color: rgb(31,121,41); }
td.TdClassName
{
border-color: #1F7929;
}
.TagClassName
{
border-color: #1F7929;
}
</style>