Shades of San Felix #1C6825
Tints of San Felix #1C6825
RGB
CMYK
RGB Variations
Color information
#1C6825 (or 0x1C6825) is known color: San Felix. HEX triplet: 1C, 68 and 25. RGB value is (28,104,37). Sum of RGB (Red+Green+Blue) = 28+104+37=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6825 is #E397DA. Grayscale: #494949. Windows color (decimal): -14915547 or 2451484. OLE color: 2451484.
HSL color Cylindrical-coordinate representation of color #1C6825: hue angle of 127.11º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6825 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 104 | 37 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.59 |
| HSL | 127.11º | 0.58% | 0.26% | - |
| HSV(B) | 127.11º | 0.73% | 0.41% | - |
| XYZ | 5.76 | 10.28 | 3.43 | - |
| YUV | 73.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 37 | 0.73 | 0 | 0.64 | 0.59 | 127.11 | 0.58 | 0.26 |
| Hex | 1C | 68 | 25 | 49 | 0 | 40 | 3B | 7F | 3A | 1A |
| Octal | 34 | 150 | 45 | 111 | 0 | 100 | 73 | 177 | 72 | 32 |
| Binary | 11100 | 1101000 | 100101 | 1001001 | 0 | 1000000 | 111011 | 1111111 | 111010 | 11010 |
Color Harmonies of #1C6825
Complementary color
Monochromatic Colors of #1C6825
Black with #1C6825
Text Example
Text Example
White with #1C6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6825; }
p { color: rgb(28,104,37); }
H1.HeaderClassName
{
color: #1C6825;
}
.AnyTagClassName
{
color: #1C6825;
}
</style>
background-color css
<style>
a { background-color: #1C6825; }
a { background-color: rgb(28,104,37); }
div.DivClassName
{
background-color: #1C6825;
}
.BgClassName
{
background-color: #1C6825;
}
</style>
border-color css
<style>
span { border-color: #1C6825; }
span { border-color: rgb(28,104,37); }
td.TdClassName
{
border-color: #1C6825;
}
.TagClassName
{
border-color: #1C6825;
}
</style>