Shades of San Felix #1C7421
Tints of San Felix #1C7421
RGB
CMYK
RGB Variations
Color information
#1C7421 (or 0x1C7421) is known color: San Felix. HEX triplet: 1C, 74 and 21. RGB value is (28,116,33). Sum of RGB (Red+Green+Blue) = 28+116+33=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7421 is #E38BDE. Grayscale: #505050. Windows color (decimal): -14912479 or 2192412. OLE color: 2192412.
HSL color Cylindrical-coordinate representation of color #1C7421: hue angle of 123.41º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7421 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 33 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.55 |
| HSL | 123.41º | 0.61% | 0.28% | - |
| HSV(B) | 123.41º | 0.76% | 0.45% | - |
| XYZ | 7 | 12.85 | 3.55 | - |
| YUV | 80.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 33 | 0.76 | 0 | 0.72 | 0.55 | 123.41 | 0.61 | 0.28 |
| Hex | 1C | 74 | 21 | 4C | 0 | 48 | 37 | 7B | 3D | 1C |
| Octal | 34 | 164 | 41 | 114 | 0 | 110 | 67 | 173 | 75 | 34 |
| Binary | 11100 | 1110100 | 100001 | 1001100 | 0 | 1001000 | 110111 | 1111011 | 111101 | 11100 |
Color Harmonies of #1C7421
Complementary color
Monochromatic Colors of #1C7421
Black with #1C7421
Text Example
Text Example
White with #1C7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7421; }
p { color: rgb(28,116,33); }
H1.HeaderClassName
{
color: #1C7421;
}
.AnyTagClassName
{
color: #1C7421;
}
</style>
background-color css
<style>
a { background-color: #1C7421; }
a { background-color: rgb(28,116,33); }
div.DivClassName
{
background-color: #1C7421;
}
.BgClassName
{
background-color: #1C7421;
}
</style>
border-color css
<style>
span { border-color: #1C7421; }
span { border-color: rgb(28,116,33); }
td.TdClassName
{
border-color: #1C7421;
}
.TagClassName
{
border-color: #1C7421;
}
</style>