Shades of San Felix #1C6625
Tints of San Felix #1C6625
RGB
CMYK
RGB Variations
Color information
#1C6625 (or 0x1C6625) is known color: San Felix. HEX triplet: 1C, 66 and 25. RGB value is (28,102,37). Sum of RGB (Red+Green+Blue) = 28+102+37=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6625 is #E399DA. Grayscale: #484848. Windows color (decimal): -14916059 or 2450972. OLE color: 2450972.
HSL color Cylindrical-coordinate representation of color #1C6625: hue angle of 127.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6625 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 37 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.6 |
| HSL | 127.3º | 0.57% | 0.25% | - |
| HSV(B) | 127.3º | 0.73% | 0.4% | - |
| XYZ | 5.56 | 9.88 | 3.36 | - |
| YUV | 72.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 37 | 0.73 | 0 | 0.64 | 0.6 | 127.3 | 0.57 | 0.25 |
| Hex | 1C | 66 | 25 | 49 | 0 | 40 | 3C | 7F | 39 | 19 |
| Octal | 34 | 146 | 45 | 111 | 0 | 100 | 74 | 177 | 71 | 31 |
| Binary | 11100 | 1100110 | 100101 | 1001001 | 0 | 1000000 | 111100 | 1111111 | 111001 | 11001 |
Color Harmonies of #1C6625
Complementary color
Monochromatic Colors of #1C6625
Black with #1C6625
Text Example
Text Example
White with #1C6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6625; }
p { color: rgb(28,102,37); }
H1.HeaderClassName
{
color: #1C6625;
}
.AnyTagClassName
{
color: #1C6625;
}
</style>
background-color css
<style>
a { background-color: #1C6625; }
a { background-color: rgb(28,102,37); }
div.DivClassName
{
background-color: #1C6625;
}
.BgClassName
{
background-color: #1C6625;
}
</style>
border-color css
<style>
span { border-color: #1C6625; }
span { border-color: rgb(28,102,37); }
td.TdClassName
{
border-color: #1C6625;
}
.TagClassName
{
border-color: #1C6625;
}
</style>