Shades of San Felix #1C6C24
Tints of San Felix #1C6C24
RGB
CMYK
RGB Variations
Color information
#1C6C24 (or 0x1C6C24) is known color: San Felix. HEX triplet: 1C, 6C and 24. RGB value is (28,108,36). Sum of RGB (Red+Green+Blue) = 28+108+36=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 108 (42.58% from 255 or 62.79% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6C24 is #E393DB. Grayscale: #4C4C4C. Windows color (decimal): -14914524 or 2386972. OLE color: 2386972.
HSL color Cylindrical-coordinate representation of color #1C6C24: hue angle of 126º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6C24 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 108 | 36 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.58 |
| HSL | 126º | 0.59% | 0.27% | - |
| HSV(B) | 126º | 0.74% | 0.42% | - |
| XYZ | 6.16 | 11.1 | 3.49 | - |
| YUV | 75.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 36 | 0.74 | 0 | 0.67 | 0.58 | 126 | 0.59 | 0.27 |
| Hex | 1C | 6C | 24 | 4A | 0 | 43 | 3A | 7E | 3B | 1B |
| Octal | 34 | 154 | 44 | 112 | 0 | 103 | 72 | 176 | 73 | 33 |
| Binary | 11100 | 1101100 | 100100 | 1001010 | 0 | 1000011 | 111010 | 1111110 | 111011 | 11011 |
Color Harmonies of #1C6C24
Complementary color
Monochromatic Colors of #1C6C24
Black with #1C6C24
Text Example
Text Example
White with #1C6C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6C24; }
p { color: rgb(28,108,36); }
H1.HeaderClassName
{
color: #1C6C24;
}
.AnyTagClassName
{
color: #1C6C24;
}
</style>
background-color css
<style>
a { background-color: #1C6C24; }
a { background-color: rgb(28,108,36); }
div.DivClassName
{
background-color: #1C6C24;
}
.BgClassName
{
background-color: #1C6C24;
}
</style>
border-color css
<style>
span { border-color: #1C6C24; }
span { border-color: rgb(28,108,36); }
td.TdClassName
{
border-color: #1C6C24;
}
.TagClassName
{
border-color: #1C6C24;
}
</style>