Shades of San Felix #1D701D
Tints of San Felix #1D701D
RGB
CMYK
RGB Variations
Color information
#1D701D (or 0x1D701D) is known color: San Felix. HEX triplet: 1D, 70 and 1D. RGB value is (29,112,29). Sum of RGB (Red+Green+Blue) = 29+112+29=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #1D701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D701D is #E28FE2. Grayscale: #4D4D4D. Windows color (decimal): -14847971 or 1929245. OLE color: 1929245.
HSL color Cylindrical-coordinate representation of color #1D701D: hue angle of 120º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D701D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 29 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.56 |
| HSL | 120º | 0.59% | 0.28% | - |
| HSV(B) | 120º | 0.74% | 0.44% | - |
| XYZ | 6.52 | 11.94 | 3.12 | - |
| YUV | 77.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 29 | 0.74 | 0 | 0.74 | 0.56 | 120 | 0.59 | 0.28 |
| Hex | 1D | 70 | 1D | 4A | 0 | 4A | 38 | 78 | 3B | 1C |
| Octal | 35 | 160 | 35 | 112 | 0 | 112 | 70 | 170 | 73 | 34 |
| Binary | 11101 | 1110000 | 11101 | 1001010 | 0 | 1001010 | 111000 | 1111000 | 111011 | 11100 |
Color Harmonies of #1D701D
Complementary color
Monochromatic Colors of #1D701D
Black with #1D701D
Text Example
Text Example
White with #1D701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D701D; }
p { color: rgb(29,112,29); }
H1.HeaderClassName
{
color: #1D701D;
}
.AnyTagClassName
{
color: #1D701D;
}
</style>
background-color css
<style>
a { background-color: #1D701D; }
a { background-color: rgb(29,112,29); }
div.DivClassName
{
background-color: #1D701D;
}
.BgClassName
{
background-color: #1D701D;
}
</style>
border-color css
<style>
span { border-color: #1D701D; }
span { border-color: rgb(29,112,29); }
td.TdClassName
{
border-color: #1D701D;
}
.TagClassName
{
border-color: #1D701D;
}
</style>