Shades of San Felix #1F7628
Tints of San Felix #1F7628
RGB
CMYK
RGB Variations
Color information
#1F7628 (or 0x1F7628) is known color: San Felix. HEX triplet: 1F, 76 and 28. RGB value is (31,118,40). Sum of RGB (Red+Green+Blue) = 31+118+40=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7628 is #E089D7. Grayscale: #535353. Windows color (decimal): -14715352 or 2651679. OLE color: 2651679.
HSL color Cylindrical-coordinate representation of color #1F7628: hue angle of 126.21º 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 #1F7628 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 40 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.54 |
| HSL | 126.21º | 0.58% | 0.29% | - |
| HSV(B) | 126.21º | 0.74% | 0.46% | - |
| XYZ | 7.43 | 13.4 | 4.2 | - |
| YUV | 83.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 40 | 0.74 | 0 | 0.66 | 0.54 | 126.21 | 0.58 | 0.29 |
| Hex | 1F | 76 | 28 | 4A | 0 | 42 | 36 | 7E | 3A | 1D |
| Octal | 37 | 166 | 50 | 112 | 0 | 102 | 66 | 176 | 72 | 35 |
| Binary | 11111 | 1110110 | 101000 | 1001010 | 0 | 1000010 | 110110 | 1111110 | 111010 | 11101 |
Color Harmonies of #1F7628
Complementary color
Monochromatic Colors of #1F7628
Black with #1F7628
Text Example
Text Example
White with #1F7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7628; }
p { color: rgb(31,118,40); }
H1.HeaderClassName
{
color: #1F7628;
}
.AnyTagClassName
{
color: #1F7628;
}
</style>
background-color css
<style>
a { background-color: #1F7628; }
a { background-color: rgb(31,118,40); }
div.DivClassName
{
background-color: #1F7628;
}
.BgClassName
{
background-color: #1F7628;
}
</style>
border-color css
<style>
span { border-color: #1F7628; }
span { border-color: rgb(31,118,40); }
td.TdClassName
{
border-color: #1F7628;
}
.TagClassName
{
border-color: #1F7628;
}
</style>