Shades of San Felix #1C6A1F
Tints of San Felix #1C6A1F
RGB
CMYK
RGB Variations
Color information
#1C6A1F (or 0x1C6A1F) is known color: San Felix. HEX triplet: 1C, 6A and 1F. RGB value is (28,106,31). Sum of RGB (Red+Green+Blue) = 28+106+31=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 106 (41.80% from 255 or 64.24% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6A1F is #E395E0. Grayscale: #4A4A4A. Windows color (decimal): -14915041 or 2058780. OLE color: 2058780.
HSL color Cylindrical-coordinate representation of color #1C6A1F: hue angle of 122.31º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A1F is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 106 | 31 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.58 |
| HSL | 122.31º | 0.58% | 0.26% | - |
| HSV(B) | 122.31º | 0.74% | 0.42% | - |
| XYZ | 5.88 | 10.65 | 3.04 | - |
| YUV | 74.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 31 | 0.74 | 0 | 0.71 | 0.58 | 122.31 | 0.58 | 0.26 |
| Hex | 1C | 6A | 1F | 4A | 0 | 47 | 3A | 7A | 3A | 1A |
| Octal | 34 | 152 | 37 | 112 | 0 | 107 | 72 | 172 | 72 | 32 |
| Binary | 11100 | 1101010 | 11111 | 1001010 | 0 | 1000111 | 111010 | 1111010 | 111010 | 11010 |
Color Harmonies of #1C6A1F
Complementary color
Monochromatic Colors of #1C6A1F
Black with #1C6A1F
Text Example
Text Example
White with #1C6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A1F; }
p { color: rgb(28,106,31); }
H1.HeaderClassName
{
color: #1C6A1F;
}
.AnyTagClassName
{
color: #1C6A1F;
}
</style>
background-color css
<style>
a { background-color: #1C6A1F; }
a { background-color: rgb(28,106,31); }
div.DivClassName
{
background-color: #1C6A1F;
}
.BgClassName
{
background-color: #1C6A1F;
}
</style>
border-color css
<style>
span { border-color: #1C6A1F; }
span { border-color: rgb(28,106,31); }
td.TdClassName
{
border-color: #1C6A1F;
}
.TagClassName
{
border-color: #1C6A1F;
}
</style>