Shades of San Felix #1F752A
Tints of San Felix #1F752A
RGB
CMYK
RGB Variations
Color information
#1F752A (or 0x1F752A) is known color: San Felix. HEX triplet: 1F, 75 and 2A. RGB value is (31,117,42). Sum of RGB (Red+Green+Blue) = 31+117+42=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #1F752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F752A is #E08AD5. Grayscale: #525252. Windows color (decimal): -14715606 or 2782495. OLE color: 2782495.
HSL color Cylindrical-coordinate representation of color #1F752A: hue angle of 127.67º 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 #1F752A is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 42 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.54 |
| HSL | 127.67º | 0.58% | 0.29% | - |
| HSV(B) | 127.67º | 0.74% | 0.46% | - |
| XYZ | 7.34 | 13.18 | 4.35 | - |
| YUV | 82.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 42 | 0.74 | 0 | 0.64 | 0.54 | 127.67 | 0.58 | 0.29 |
| Hex | 1F | 75 | 2A | 4A | 0 | 40 | 36 | 80 | 3A | 1D |
| Octal | 37 | 165 | 52 | 112 | 0 | 100 | 66 | 200 | 72 | 35 |
| Binary | 11111 | 1110101 | 101010 | 1001010 | 0 | 1000000 | 110110 | 10000000 | 111010 | 11101 |
Color Harmonies of #1F752A
Complementary color
Monochromatic Colors of #1F752A
Black with #1F752A
Text Example
Text Example
White with #1F752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F752A; }
p { color: rgb(31,117,42); }
H1.HeaderClassName
{
color: #1F752A;
}
.AnyTagClassName
{
color: #1F752A;
}
</style>
background-color css
<style>
a { background-color: #1F752A; }
a { background-color: rgb(31,117,42); }
div.DivClassName
{
background-color: #1F752A;
}
.BgClassName
{
background-color: #1F752A;
}
</style>
border-color css
<style>
span { border-color: #1F752A; }
span { border-color: rgb(31,117,42); }
td.TdClassName
{
border-color: #1F752A;
}
.TagClassName
{
border-color: #1F752A;
}
</style>