Shades of San Felix #1C7023
Tints of San Felix #1C7023
RGB
CMYK
RGB Variations
Color information
#1C7023 (or 0x1C7023) is known color: San Felix. HEX triplet: 1C, 70 and 23. RGB value is (28,112,35). Sum of RGB (Red+Green+Blue) = 28+112+35=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7023 is #E38FDC. Grayscale: #4E4E4E. Windows color (decimal): -14913501 or 2322460. OLE color: 2322460.
HSL color Cylindrical-coordinate representation of color #1C7023: hue angle of 125º 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 #1C7023 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 35 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.56 |
| HSL | 125º | 0.6% | 0.27% | - |
| HSV(B) | 125º | 0.75% | 0.44% | - |
| XYZ | 6.58 | 11.96 | 3.55 | - |
| YUV | 78.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 35 | 0.75 | 0 | 0.69 | 0.56 | 125 | 0.6 | 0.27 |
| Hex | 1C | 70 | 23 | 4B | 0 | 45 | 38 | 7D | 3C | 1B |
| Octal | 34 | 160 | 43 | 113 | 0 | 105 | 70 | 175 | 74 | 33 |
| Binary | 11100 | 1110000 | 100011 | 1001011 | 0 | 1000101 | 111000 | 1111101 | 111100 | 11011 |
Color Harmonies of #1C7023
Complementary color
Monochromatic Colors of #1C7023
Black with #1C7023
Text Example
Text Example
White with #1C7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7023; }
p { color: rgb(28,112,35); }
H1.HeaderClassName
{
color: #1C7023;
}
.AnyTagClassName
{
color: #1C7023;
}
</style>
background-color css
<style>
a { background-color: #1C7023; }
a { background-color: rgb(28,112,35); }
div.DivClassName
{
background-color: #1C7023;
}
.BgClassName
{
background-color: #1C7023;
}
</style>
border-color css
<style>
span { border-color: #1C7023; }
span { border-color: rgb(28,112,35); }
td.TdClassName
{
border-color: #1C7023;
}
.TagClassName
{
border-color: #1C7023;
}
</style>