Shades of San Felix #1F772D
Tints of San Felix #1F772D
RGB
CMYK
RGB Variations
Color information
#1F772D (or 0x1F772D) is known color: San Felix. HEX triplet: 1F, 77 and 2D. RGB value is (31,119,45). Sum of RGB (Red+Green+Blue) = 31+119+45=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #1F772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F772D is #E088D2. Grayscale: #545454. Windows color (decimal): -14715091 or 2979615. OLE color: 2979615.
HSL color Cylindrical-coordinate representation of color #1F772D: hue angle of 129.55º 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 #1F772D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 45 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.53 |
| HSL | 129.55º | 0.59% | 0.29% | - |
| HSV(B) | 129.55º | 0.74% | 0.47% | - |
| XYZ | 7.64 | 13.67 | 4.72 | - |
| YUV | 84.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 45 | 0.74 | 0 | 0.62 | 0.53 | 129.55 | 0.59 | 0.29 |
| Hex | 1F | 77 | 2D | 4A | 0 | 3E | 35 | 82 | 3B | 1D |
| Octal | 37 | 167 | 55 | 112 | 0 | 76 | 65 | 202 | 73 | 35 |
| Binary | 11111 | 1110111 | 101101 | 1001010 | 0 | 111110 | 110101 | 10000010 | 111011 | 11101 |
Color Harmonies of #1F772D
Complementary color
Monochromatic Colors of #1F772D
Black with #1F772D
Text Example
Text Example
White with #1F772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F772D; }
p { color: rgb(31,119,45); }
H1.HeaderClassName
{
color: #1F772D;
}
.AnyTagClassName
{
color: #1F772D;
}
</style>
background-color css
<style>
a { background-color: #1F772D; }
a { background-color: rgb(31,119,45); }
div.DivClassName
{
background-color: #1F772D;
}
.BgClassName
{
background-color: #1F772D;
}
</style>
border-color css
<style>
span { border-color: #1F772D; }
span { border-color: rgb(31,119,45); }
td.TdClassName
{
border-color: #1F772D;
}
.TagClassName
{
border-color: #1F772D;
}
</style>