Shades of San Felix #1D611B
Tints of San Felix #1D611B
RGB
CMYK
RGB Variations
Color information
#1D611B (or 0x1D611B) is known color: San Felix. HEX triplet: 1D, 61 and 1B. RGB value is (29,97,27). Sum of RGB (Red+Green+Blue) = 29+97+27=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #1D611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D611B is #E29EE4. Grayscale: #444444. Windows color (decimal): -14851813 or 1794333. OLE color: 1794333.
HSL color Cylindrical-coordinate representation of color #1D611B: hue angle of 118.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D611B is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 27 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.62 |
| HSL | 118.29º | 0.56% | 0.24% | - |
| HSV(B) | 118.29º | 0.72% | 0.38% | - |
| XYZ | 4.98 | 8.89 | 2.49 | - |
| YUV | 68.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 27 | 0.70 | 0 | 0.72 | 0.62 | 118.29 | 0.56 | 0.24 |
| Hex | 1D | 61 | 1B | 46 | 0 | 48 | 3E | 76 | 38 | 18 |
| Octal | 35 | 141 | 33 | 106 | 0 | 110 | 76 | 166 | 70 | 30 |
| Binary | 11101 | 1100001 | 11011 | 1000110 | 0 | 1001000 | 111110 | 1110110 | 111000 | 11000 |
Color Harmonies of #1D611B
Complementary color
Monochromatic Colors of #1D611B
Black with #1D611B
Text Example
Text Example
White with #1D611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D611B; }
p { color: rgb(29,97,27); }
H1.HeaderClassName
{
color: #1D611B;
}
.AnyTagClassName
{
color: #1D611B;
}
</style>
background-color css
<style>
a { background-color: #1D611B; }
a { background-color: rgb(29,97,27); }
div.DivClassName
{
background-color: #1D611B;
}
.BgClassName
{
background-color: #1D611B;
}
</style>
border-color css
<style>
span { border-color: #1D611B; }
span { border-color: rgb(29,97,27); }
td.TdClassName
{
border-color: #1D611B;
}
.TagClassName
{
border-color: #1D611B;
}
</style>