Shades of San Felix #1C6615
Tints of San Felix #1C6615
RGB
CMYK
RGB Variations
Color information
#1C6615 (or 0x1C6615) is known color: San Felix. HEX triplet: 1C, 66 and 15. RGB value is (28,102,21). Sum of RGB (Red+Green+Blue) = 28+102+21=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6615 is #E399EA. Grayscale: #464646. Windows color (decimal): -14916075 or 1402396. OLE color: 1402396.
HSL color Cylindrical-coordinate representation of color #1C6615: hue angle of 114.81º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6615 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 21 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.6 |
| HSL | 114.81º | 0.66% | 0.24% | - |
| HSV(B) | 114.81º | 0.79% | 0.4% | - |
| XYZ | 5.37 | 9.8 | 2.32 | - |
| YUV | 70.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 21 | 0.73 | 0 | 0.79 | 0.6 | 114.81 | 0.66 | 0.24 |
| Hex | 1C | 66 | 15 | 49 | 0 | 4F | 3C | 73 | 42 | 18 |
| Octal | 34 | 146 | 25 | 111 | 0 | 117 | 74 | 163 | 102 | 30 |
| Binary | 11100 | 1100110 | 10101 | 1001001 | 0 | 1001111 | 111100 | 1110011 | 1000010 | 11000 |
Color Harmonies of #1C6615
Complementary color
Monochromatic Colors of #1C6615
Black with #1C6615
Text Example
Text Example
White with #1C6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6615; }
p { color: rgb(28,102,21); }
H1.HeaderClassName
{
color: #1C6615;
}
.AnyTagClassName
{
color: #1C6615;
}
</style>
background-color css
<style>
a { background-color: #1C6615; }
a { background-color: rgb(28,102,21); }
div.DivClassName
{
background-color: #1C6615;
}
.BgClassName
{
background-color: #1C6615;
}
</style>
border-color css
<style>
span { border-color: #1C6615; }
span { border-color: rgb(28,102,21); }
td.TdClassName
{
border-color: #1C6615;
}
.TagClassName
{
border-color: #1C6615;
}
</style>