Shades of San Felix #1F7730
Tints of San Felix #1F7730
RGB
CMYK
RGB Variations
Color information
#1F7730 (or 0x1F7730) is known color: San Felix. HEX triplet: 1F, 77 and 30. RGB value is (31,119,48). Sum of RGB (Red+Green+Blue) = 31+119+48=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7730 is #E088CF. Grayscale: #545454. Windows color (decimal): -14715088 or 3176223. OLE color: 3176223.
HSL color Cylindrical-coordinate representation of color #1F7730: hue angle of 131.59º 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 #1F7730 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 48 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.53 |
| HSL | 131.59º | 0.59% | 0.29% | - |
| HSV(B) | 131.59º | 0.74% | 0.47% | - |
| XYZ | 7.7 | 13.7 | 5.03 | - |
| YUV | 84.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 48 | 0.74 | 0 | 0.60 | 0.53 | 131.59 | 0.59 | 0.29 |
| Hex | 1F | 77 | 30 | 4A | 0 | 3C | 35 | 84 | 3B | 1D |
| Octal | 37 | 167 | 60 | 112 | 0 | 74 | 65 | 204 | 73 | 35 |
| Binary | 11111 | 1110111 | 110000 | 1001010 | 0 | 111100 | 110101 | 10000100 | 111011 | 11101 |
Color Harmonies of #1F7730
Complementary color
Monochromatic Colors of #1F7730
Black with #1F7730
Text Example
Text Example
White with #1F7730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7730; }
p { color: rgb(31,119,48); }
H1.HeaderClassName
{
color: #1F7730;
}
.AnyTagClassName
{
color: #1F7730;
}
</style>
background-color css
<style>
a { background-color: #1F7730; }
a { background-color: rgb(31,119,48); }
div.DivClassName
{
background-color: #1F7730;
}
.BgClassName
{
background-color: #1F7730;
}
</style>
border-color css
<style>
span { border-color: #1F7730; }
span { border-color: rgb(31,119,48); }
td.TdClassName
{
border-color: #1F7730;
}
.TagClassName
{
border-color: #1F7730;
}
</style>