Shades of San Felix #1C7021
Tints of San Felix #1C7021
RGB
CMYK
RGB Variations
Color information
#1C7021 (or 0x1C7021) is known color: San Felix. HEX triplet: 1C, 70 and 21. RGB value is (28,112,33). Sum of RGB (Red+Green+Blue) = 28+112+33=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7021 is #E38FDE. Grayscale: #4E4E4E. Windows color (decimal): -14913503 or 2191388. OLE color: 2191388.
HSL color Cylindrical-coordinate representation of color #1C7021: hue angle of 123.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7021 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 33 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.56 |
| HSL | 123.57º | 0.6% | 0.27% | - |
| HSV(B) | 123.57º | 0.75% | 0.44% | - |
| XYZ | 6.55 | 11.95 | 3.4 | - |
| YUV | 77.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 33 | 0.75 | 0 | 0.71 | 0.56 | 123.57 | 0.6 | 0.27 |
| Hex | 1C | 70 | 21 | 4B | 0 | 47 | 38 | 7C | 3C | 1B |
| Octal | 34 | 160 | 41 | 113 | 0 | 107 | 70 | 174 | 74 | 33 |
| Binary | 11100 | 1110000 | 100001 | 1001011 | 0 | 1000111 | 111000 | 1111100 | 111100 | 11011 |
Color Harmonies of #1C7021
Complementary color
Monochromatic Colors of #1C7021
Black with #1C7021
Text Example
Text Example
White with #1C7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7021; }
p { color: rgb(28,112,33); }
H1.HeaderClassName
{
color: #1C7021;
}
.AnyTagClassName
{
color: #1C7021;
}
</style>
background-color css
<style>
a { background-color: #1C7021; }
a { background-color: rgb(28,112,33); }
div.DivClassName
{
background-color: #1C7021;
}
.BgClassName
{
background-color: #1C7021;
}
</style>
border-color css
<style>
span { border-color: #1C7021; }
span { border-color: rgb(28,112,33); }
td.TdClassName
{
border-color: #1C7021;
}
.TagClassName
{
border-color: #1C7021;
}
</style>