Shades of San Felix #1D6B19
Tints of San Felix #1D6B19
RGB
CMYK
RGB Variations
Color information
#1D6B19 (or 0x1D6B19) is known color: San Felix. HEX triplet: 1D, 6B and 19. RGB value is (29,107,25). Sum of RGB (Red+Green+Blue) = 29+107+25=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6B19 is #E294E6. Grayscale: #4A4A4A. Windows color (decimal): -14849255 or 1665821. OLE color: 1665821.
HSL color Cylindrical-coordinate representation of color #1D6B19: hue angle of 117.07º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D6B19 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 107 | 25 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.58 |
| HSL | 117.07º | 0.62% | 0.26% | - |
| HSV(B) | 117.07º | 0.77% | 0.42% | - |
| XYZ | 5.94 | 10.85 | 2.7 | - |
| YUV | 74.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 25 | 0.73 | 0 | 0.77 | 0.58 | 117.07 | 0.62 | 0.26 |
| Hex | 1D | 6B | 19 | 49 | 0 | 4D | 3A | 75 | 3E | 1A |
| Octal | 35 | 153 | 31 | 111 | 0 | 115 | 72 | 165 | 76 | 32 |
| Binary | 11101 | 1101011 | 11001 | 1001001 | 0 | 1001101 | 111010 | 1110101 | 111110 | 11010 |
Color Harmonies of #1D6B19
Complementary color
Monochromatic Colors of #1D6B19
Black with #1D6B19
Text Example
Text Example
White with #1D6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B19; }
p { color: rgb(29,107,25); }
H1.HeaderClassName
{
color: #1D6B19;
}
.AnyTagClassName
{
color: #1D6B19;
}
</style>
background-color css
<style>
a { background-color: #1D6B19; }
a { background-color: rgb(29,107,25); }
div.DivClassName
{
background-color: #1D6B19;
}
.BgClassName
{
background-color: #1D6B19;
}
</style>
border-color css
<style>
span { border-color: #1D6B19; }
span { border-color: rgb(29,107,25); }
td.TdClassName
{
border-color: #1D6B19;
}
.TagClassName
{
border-color: #1D6B19;
}
</style>