Shades of San Felix #1D701F
Tints of San Felix #1D701F
RGB
CMYK
RGB Variations
Color information
#1D701F (or 0x1D701F) is known color: San Felix. HEX triplet: 1D, 70 and 1F. RGB value is (29,112,31). Sum of RGB (Red+Green+Blue) = 29+112+31=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #1D701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D701F is #E28FE0. Grayscale: #4E4E4E. Windows color (decimal): -14847969 or 2060317. OLE color: 2060317.
HSL color Cylindrical-coordinate representation of color #1D701F: hue angle of 121.45º 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 #1D701F is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 31 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.56 |
| HSL | 121.45º | 0.59% | 0.28% | - |
| HSV(B) | 121.45º | 0.74% | 0.44% | - |
| XYZ | 6.55 | 11.95 | 3.26 | - |
| YUV | 77.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 31 | 0.74 | 0 | 0.72 | 0.56 | 121.45 | 0.59 | 0.28 |
| Hex | 1D | 70 | 1F | 4A | 0 | 48 | 38 | 79 | 3B | 1C |
| Octal | 35 | 160 | 37 | 112 | 0 | 110 | 70 | 171 | 73 | 34 |
| Binary | 11101 | 1110000 | 11111 | 1001010 | 0 | 1001000 | 111000 | 1111001 | 111011 | 11100 |
Color Harmonies of #1D701F
Complementary color
Monochromatic Colors of #1D701F
Black with #1D701F
Text Example
Text Example
White with #1D701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D701F; }
p { color: rgb(29,112,31); }
H1.HeaderClassName
{
color: #1D701F;
}
.AnyTagClassName
{
color: #1D701F;
}
</style>
background-color css
<style>
a { background-color: #1D701F; }
a { background-color: rgb(29,112,31); }
div.DivClassName
{
background-color: #1D701F;
}
.BgClassName
{
background-color: #1D701F;
}
</style>
border-color css
<style>
span { border-color: #1D701F; }
span { border-color: rgb(29,112,31); }
td.TdClassName
{
border-color: #1D701F;
}
.TagClassName
{
border-color: #1D701F;
}
</style>