Shades of San Felix #1D611D
Tints of San Felix #1D611D
RGB
CMYK
RGB Variations
Color information
#1D611D (or 0x1D611D) is known color: San Felix. HEX triplet: 1D, 61 and 1D. RGB value is (29,97,29). Sum of RGB (Red+Green+Blue) = 29+97+29=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #1D611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D611D is #E29EE2. Grayscale: #454545. Windows color (decimal): -14851811 or 1925405. OLE color: 1925405.
HSL color Cylindrical-coordinate representation of color #1D611D: hue angle of 120º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D611D is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 29 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.62 |
| HSL | 120º | 0.54% | 0.25% | - |
| HSV(B) | 120º | 0.7% | 0.38% | - |
| XYZ | 5 | 8.9 | 2.62 | - |
| YUV | 68.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 29 | 0.70 | 0 | 0.70 | 0.62 | 120 | 0.54 | 0.25 |
| Hex | 1D | 61 | 1D | 46 | 0 | 46 | 3E | 78 | 36 | 19 |
| Octal | 35 | 141 | 35 | 106 | 0 | 106 | 76 | 170 | 66 | 31 |
| Binary | 11101 | 1100001 | 11101 | 1000110 | 0 | 1000110 | 111110 | 1111000 | 110110 | 11001 |
Color Harmonies of #1D611D
Complementary color
Monochromatic Colors of #1D611D
Black with #1D611D
Text Example
Text Example
White with #1D611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D611D; }
p { color: rgb(29,97,29); }
H1.HeaderClassName
{
color: #1D611D;
}
.AnyTagClassName
{
color: #1D611D;
}
</style>
background-color css
<style>
a { background-color: #1D611D; }
a { background-color: rgb(29,97,29); }
div.DivClassName
{
background-color: #1D611D;
}
.BgClassName
{
background-color: #1D611D;
}
</style>
border-color css
<style>
span { border-color: #1D611D; }
span { border-color: rgb(29,97,29); }
td.TdClassName
{
border-color: #1D611D;
}
.TagClassName
{
border-color: #1D611D;
}
</style>