Shades of San Felix #1C752C
Tints of San Felix #1C752C
RGB
CMYK
RGB Variations
Color information
#1C752C (or 0x1C752C) is known color: San Felix. HEX triplet: 1C, 75 and 2C. RGB value is (28,117,44). Sum of RGB (Red+Green+Blue) = 28+117+44=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #1C752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C752C is #E38AD3. Grayscale: #525252. Windows color (decimal): -14912212 or 2913564. OLE color: 2913564.
HSL color Cylindrical-coordinate representation of color #1C752C: hue angle of 130.79º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C752C is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 44 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.54 |
| HSL | 130.79º | 0.61% | 0.28% | - |
| HSV(B) | 130.79º | 0.76% | 0.46% | - |
| XYZ | 7.29 | 13.15 | 4.54 | - |
| YUV | 82.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 44 | 0.76 | 0 | 0.62 | 0.54 | 130.79 | 0.61 | 0.28 |
| Hex | 1C | 75 | 2C | 4C | 0 | 3E | 36 | 83 | 3D | 1C |
| Octal | 34 | 165 | 54 | 114 | 0 | 76 | 66 | 203 | 75 | 34 |
| Binary | 11100 | 1110101 | 101100 | 1001100 | 0 | 111110 | 110110 | 10000011 | 111101 | 11100 |
Color Harmonies of #1C752C
Complementary color
Monochromatic Colors of #1C752C
Black with #1C752C
Text Example
Text Example
White with #1C752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C752C; }
p { color: rgb(28,117,44); }
H1.HeaderClassName
{
color: #1C752C;
}
.AnyTagClassName
{
color: #1C752C;
}
</style>
background-color css
<style>
a { background-color: #1C752C; }
a { background-color: rgb(28,117,44); }
div.DivClassName
{
background-color: #1C752C;
}
.BgClassName
{
background-color: #1C752C;
}
</style>
border-color css
<style>
span { border-color: #1C752C; }
span { border-color: rgb(28,117,44); }
td.TdClassName
{
border-color: #1C752C;
}
.TagClassName
{
border-color: #1C752C;
}
</style>