Shades of San Felix #1D6A1C
Tints of San Felix #1D6A1C
RGB
CMYK
RGB Variations
Color information
#1D6A1C (or 0x1D6A1C) is known color: San Felix. HEX triplet: 1D, 6A and 1C. RGB value is (29,106,28). Sum of RGB (Red+Green+Blue) = 29+106+28=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6A1C is #E295E3. Grayscale: #4A4A4A. Windows color (decimal): -14849508 or 1862173. OLE color: 1862173.
HSL color Cylindrical-coordinate representation of color #1D6A1C: hue angle of 119.23º 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 #1D6A1C is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 106 | 28 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.58 |
| HSL | 119.23º | 0.58% | 0.26% | - |
| HSV(B) | 119.23º | 0.74% | 0.42% | - |
| XYZ | 5.87 | 10.65 | 2.85 | - |
| YUV | 74.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 106 | 28 | 0.73 | 0 | 0.74 | 0.58 | 119.23 | 0.58 | 0.26 |
| Hex | 1D | 6A | 1C | 49 | 0 | 4A | 3A | 77 | 3A | 1A |
| Octal | 35 | 152 | 34 | 111 | 0 | 112 | 72 | 167 | 72 | 32 |
| Binary | 11101 | 1101010 | 11100 | 1001001 | 0 | 1001010 | 111010 | 1110111 | 111010 | 11010 |
Color Harmonies of #1D6A1C
Complementary color
Monochromatic Colors of #1D6A1C
Black with #1D6A1C
Text Example
Text Example
White with #1D6A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6A1C; }
p { color: rgb(29,106,28); }
H1.HeaderClassName
{
color: #1D6A1C;
}
.AnyTagClassName
{
color: #1D6A1C;
}
</style>
background-color css
<style>
a { background-color: #1D6A1C; }
a { background-color: rgb(29,106,28); }
div.DivClassName
{
background-color: #1D6A1C;
}
.BgClassName
{
background-color: #1D6A1C;
}
</style>
border-color css
<style>
span { border-color: #1D6A1C; }
span { border-color: rgb(29,106,28); }
td.TdClassName
{
border-color: #1D6A1C;
}
.TagClassName
{
border-color: #1D6A1C;
}
</style>