Shades of San Felix #1F772C
Tints of San Felix #1F772C
RGB
CMYK
RGB Variations
Color information
#1F772C (or 0x1F772C) is known color: San Felix. HEX triplet: 1F, 77 and 2C. RGB value is (31,119,44). Sum of RGB (Red+Green+Blue) = 31+119+44=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #1F772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F772C is #E088D3. Grayscale: #545454. Windows color (decimal): -14715092 or 2914079. OLE color: 2914079.
HSL color Cylindrical-coordinate representation of color #1F772C: hue angle of 128.86º 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 #1F772C is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 44 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.53 |
| HSL | 128.86º | 0.59% | 0.29% | - |
| HSV(B) | 128.86º | 0.74% | 0.47% | - |
| XYZ | 7.62 | 13.67 | 4.62 | - |
| YUV | 84.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 44 | 0.74 | 0 | 0.63 | 0.53 | 128.86 | 0.59 | 0.29 |
| Hex | 1F | 77 | 2C | 4A | 0 | 3F | 35 | 81 | 3B | 1D |
| Octal | 37 | 167 | 54 | 112 | 0 | 77 | 65 | 201 | 73 | 35 |
| Binary | 11111 | 1110111 | 101100 | 1001010 | 0 | 111111 | 110101 | 10000001 | 111011 | 11101 |
Color Harmonies of #1F772C
Complementary color
Monochromatic Colors of #1F772C
Black with #1F772C
Text Example
Text Example
White with #1F772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F772C; }
p { color: rgb(31,119,44); }
H1.HeaderClassName
{
color: #1F772C;
}
.AnyTagClassName
{
color: #1F772C;
}
</style>
background-color css
<style>
a { background-color: #1F772C; }
a { background-color: rgb(31,119,44); }
div.DivClassName
{
background-color: #1F772C;
}
.BgClassName
{
background-color: #1F772C;
}
</style>
border-color css
<style>
span { border-color: #1F772C; }
span { border-color: rgb(31,119,44); }
td.TdClassName
{
border-color: #1F772C;
}
.TagClassName
{
border-color: #1F772C;
}
</style>