Shades of San Felix #1F762A
Tints of San Felix #1F762A
RGB
CMYK
RGB Variations
Color information
#1F762A (or 0x1F762A) is known color: San Felix. HEX triplet: 1F, 76 and 2A. RGB value is (31,118,42). Sum of RGB (Red+Green+Blue) = 31+118+42=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #1F762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F762A is #E089D5. Grayscale: #535353. Windows color (decimal): -14715350 or 2782751. OLE color: 2782751.
HSL color Cylindrical-coordinate representation of color #1F762A: hue angle of 127.59º 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 #1F762A is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 42 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.54 |
| HSL | 127.59º | 0.58% | 0.29% | - |
| HSV(B) | 127.59º | 0.74% | 0.46% | - |
| XYZ | 7.46 | 13.42 | 4.39 | - |
| YUV | 83.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 42 | 0.74 | 0 | 0.64 | 0.54 | 127.59 | 0.58 | 0.29 |
| Hex | 1F | 76 | 2A | 4A | 0 | 40 | 36 | 80 | 3A | 1D |
| Octal | 37 | 166 | 52 | 112 | 0 | 100 | 66 | 200 | 72 | 35 |
| Binary | 11111 | 1110110 | 101010 | 1001010 | 0 | 1000000 | 110110 | 10000000 | 111010 | 11101 |
Color Harmonies of #1F762A
Complementary color
Monochromatic Colors of #1F762A
Black with #1F762A
Text Example
Text Example
White with #1F762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F762A; }
p { color: rgb(31,118,42); }
H1.HeaderClassName
{
color: #1F762A;
}
.AnyTagClassName
{
color: #1F762A;
}
</style>
background-color css
<style>
a { background-color: #1F762A; }
a { background-color: rgb(31,118,42); }
div.DivClassName
{
background-color: #1F762A;
}
.BgClassName
{
background-color: #1F762A;
}
</style>
border-color css
<style>
span { border-color: #1F762A; }
span { border-color: rgb(31,118,42); }
td.TdClassName
{
border-color: #1F762A;
}
.TagClassName
{
border-color: #1F762A;
}
</style>