Shades of San Felix #1C752B
Tints of San Felix #1C752B
RGB
CMYK
RGB Variations
Color information
#1C752B (or 0x1C752B) is known color: San Felix. HEX triplet: 1C, 75 and 2B. RGB value is (28,117,43). Sum of RGB (Red+Green+Blue) = 28+117+43=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #1C752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C752B is #E38AD4. Grayscale: #525252. Windows color (decimal): -14912213 or 2848028. OLE color: 2848028.
HSL color Cylindrical-coordinate representation of color #1C752B: hue angle of 130.11º 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 #1C752B is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 43 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.54 |
| HSL | 130.11º | 0.61% | 0.28% | - |
| HSV(B) | 130.11º | 0.76% | 0.46% | - |
| XYZ | 7.28 | 13.14 | 4.44 | - |
| YUV | 81.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 43 | 0.76 | 0 | 0.63 | 0.54 | 130.11 | 0.61 | 0.28 |
| Hex | 1C | 75 | 2B | 4C | 0 | 3F | 36 | 82 | 3D | 1C |
| Octal | 34 | 165 | 53 | 114 | 0 | 77 | 66 | 202 | 75 | 34 |
| Binary | 11100 | 1110101 | 101011 | 1001100 | 0 | 111111 | 110110 | 10000010 | 111101 | 11100 |
Color Harmonies of #1C752B
Complementary color
Monochromatic Colors of #1C752B
Black with #1C752B
Text Example
Text Example
White with #1C752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C752B; }
p { color: rgb(28,117,43); }
H1.HeaderClassName
{
color: #1C752B;
}
.AnyTagClassName
{
color: #1C752B;
}
</style>
background-color css
<style>
a { background-color: #1C752B; }
a { background-color: rgb(28,117,43); }
div.DivClassName
{
background-color: #1C752B;
}
.BgClassName
{
background-color: #1C752B;
}
</style>
border-color css
<style>
span { border-color: #1C752B; }
span { border-color: rgb(28,117,43); }
td.TdClassName
{
border-color: #1C752B;
}
.TagClassName
{
border-color: #1C752B;
}
</style>