Shades of San Felix #1C762C
Tints of San Felix #1C762C
RGB
CMYK
RGB Variations
Color information
#1C762C (or 0x1C762C) is known color: San Felix. HEX triplet: 1C, 76 and 2C. RGB value is (28,118,44). Sum of RGB (Red+Green+Blue) = 28+118+44=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #1C762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C762C is #E389D3. Grayscale: #525252. Windows color (decimal): -14911956 or 2913820. OLE color: 2913820.
HSL color Cylindrical-coordinate representation of color #1C762C: hue angle of 130.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C762C is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 44 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.54 |
| HSL | 130.67º | 0.62% | 0.29% | - |
| HSV(B) | 130.67º | 0.76% | 0.46% | - |
| XYZ | 7.41 | 13.39 | 4.58 | - |
| YUV | 82.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 44 | 0.76 | 0 | 0.63 | 0.54 | 130.67 | 0.62 | 0.29 |
| Hex | 1C | 76 | 2C | 4C | 0 | 3F | 36 | 83 | 3E | 1D |
| Octal | 34 | 166 | 54 | 114 | 0 | 77 | 66 | 203 | 76 | 35 |
| Binary | 11100 | 1110110 | 101100 | 1001100 | 0 | 111111 | 110110 | 10000011 | 111110 | 11101 |
Color Harmonies of #1C762C
Complementary color
Monochromatic Colors of #1C762C
Black with #1C762C
Text Example
Text Example
White with #1C762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C762C; }
p { color: rgb(28,118,44); }
H1.HeaderClassName
{
color: #1C762C;
}
.AnyTagClassName
{
color: #1C762C;
}
</style>
background-color css
<style>
a { background-color: #1C762C; }
a { background-color: rgb(28,118,44); }
div.DivClassName
{
background-color: #1C762C;
}
.BgClassName
{
background-color: #1C762C;
}
</style>
border-color css
<style>
span { border-color: #1C762C; }
span { border-color: rgb(28,118,44); }
td.TdClassName
{
border-color: #1C762C;
}
.TagClassName
{
border-color: #1C762C;
}
</style>