Shades of San Felix #1C6021
Tints of San Felix #1C6021
RGB
CMYK
RGB Variations
Color information
#1C6021 (or 0x1C6021) is known color: San Felix. HEX triplet: 1C, 60 and 21. RGB value is (28,96,33). Sum of RGB (Red+Green+Blue) = 28+96+33=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6021 is #E39FDE. Grayscale: #444444. Windows color (decimal): -14917599 or 2187292. OLE color: 2187292.
HSL color Cylindrical-coordinate representation of color #1C6021: hue angle of 124.41º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6021 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 96 | 33 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.62 |
| HSL | 124.41º | 0.55% | 0.24% | - |
| HSV(B) | 124.41º | 0.71% | 0.38% | - |
| XYZ | 4.94 | 8.72 | 2.86 | - |
| YUV | 68.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 33 | 0.71 | 0 | 0.66 | 0.62 | 124.41 | 0.55 | 0.24 |
| Hex | 1C | 60 | 21 | 47 | 0 | 42 | 3E | 7C | 37 | 18 |
| Octal | 34 | 140 | 41 | 107 | 0 | 102 | 76 | 174 | 67 | 30 |
| Binary | 11100 | 1100000 | 100001 | 1000111 | 0 | 1000010 | 111110 | 1111100 | 110111 | 11000 |
Color Harmonies of #1C6021
Complementary color
Monochromatic Colors of #1C6021
Black with #1C6021
Text Example
Text Example
White with #1C6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6021; }
p { color: rgb(28,96,33); }
H1.HeaderClassName
{
color: #1C6021;
}
.AnyTagClassName
{
color: #1C6021;
}
</style>
background-color css
<style>
a { background-color: #1C6021; }
a { background-color: rgb(28,96,33); }
div.DivClassName
{
background-color: #1C6021;
}
.BgClassName
{
background-color: #1C6021;
}
</style>
border-color css
<style>
span { border-color: #1C6021; }
span { border-color: rgb(28,96,33); }
td.TdClassName
{
border-color: #1C6021;
}
.TagClassName
{
border-color: #1C6021;
}
</style>