Shades of San Felix #1C6125
Tints of San Felix #1C6125
RGB
CMYK
RGB Variations
Color information
#1C6125 (or 0x1C6125) is known color: San Felix. HEX triplet: 1C, 61 and 25. RGB value is (28,97,37). Sum of RGB (Red+Green+Blue) = 28+97+37=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6125 is #E39EDA. Grayscale: #454545. Windows color (decimal): -14917339 or 2449692. OLE color: 2449692.
HSL color Cylindrical-coordinate representation of color #1C6125: hue angle of 127.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6125 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 97 | 37 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.62 |
| HSL | 127.83º | 0.55% | 0.25% | - |
| HSV(B) | 127.83º | 0.71% | 0.38% | - |
| XYZ | 5.09 | 8.93 | 3.21 | - |
| YUV | 69.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 37 | 0.71 | 0 | 0.62 | 0.62 | 127.83 | 0.55 | 0.25 |
| Hex | 1C | 61 | 25 | 47 | 0 | 3E | 3E | 80 | 37 | 19 |
| Octal | 34 | 141 | 45 | 107 | 0 | 76 | 76 | 200 | 67 | 31 |
| Binary | 11100 | 1100001 | 100101 | 1000111 | 0 | 111110 | 111110 | 10000000 | 110111 | 11001 |
Color Harmonies of #1C6125
Complementary color
Monochromatic Colors of #1C6125
Black with #1C6125
Text Example
Text Example
White with #1C6125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6125; }
p { color: rgb(28,97,37); }
H1.HeaderClassName
{
color: #1C6125;
}
.AnyTagClassName
{
color: #1C6125;
}
</style>
background-color css
<style>
a { background-color: #1C6125; }
a { background-color: rgb(28,97,37); }
div.DivClassName
{
background-color: #1C6125;
}
.BgClassName
{
background-color: #1C6125;
}
</style>
border-color css
<style>
span { border-color: #1C6125; }
span { border-color: rgb(28,97,37); }
td.TdClassName
{
border-color: #1C6125;
}
.TagClassName
{
border-color: #1C6125;
}
</style>