Shades of San Felix #1D7020
Tints of San Felix #1D7020
RGB
CMYK
RGB Variations
Color information
#1D7020 (or 0x1D7020) is known color: San Felix. HEX triplet: 1D, 70 and 20. RGB value is (29,112,32). Sum of RGB (Red+Green+Blue) = 29+112+32=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7020 is #E28FDF. Grayscale: #4E4E4E. Windows color (decimal): -14847968 or 2125853. OLE color: 2125853.
HSL color Cylindrical-coordinate representation of color #1D7020: hue angle of 122.17º 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 #1D7020 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 32 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.56 |
| HSL | 122.17º | 0.59% | 0.28% | - |
| HSV(B) | 122.17º | 0.74% | 0.44% | - |
| XYZ | 6.56 | 11.95 | 3.33 | - |
| YUV | 78.06 | 102 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 32 | 0.74 | 0 | 0.71 | 0.56 | 122.17 | 0.59 | 0.28 |
| Hex | 1D | 70 | 20 | 4A | 0 | 47 | 38 | 7A | 3B | 1C |
| Octal | 35 | 160 | 40 | 112 | 0 | 107 | 70 | 172 | 73 | 34 |
| Binary | 11101 | 1110000 | 100000 | 1001010 | 0 | 1000111 | 111000 | 1111010 | 111011 | 11100 |
Color Harmonies of #1D7020
Complementary color
Monochromatic Colors of #1D7020
Black with #1D7020
Text Example
Text Example
White with #1D7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7020; }
p { color: rgb(29,112,32); }
H1.HeaderClassName
{
color: #1D7020;
}
.AnyTagClassName
{
color: #1D7020;
}
</style>
background-color css
<style>
a { background-color: #1D7020; }
a { background-color: rgb(29,112,32); }
div.DivClassName
{
background-color: #1D7020;
}
.BgClassName
{
background-color: #1D7020;
}
</style>
border-color css
<style>
span { border-color: #1D7020; }
span { border-color: rgb(29,112,32); }
td.TdClassName
{
border-color: #1D7020;
}
.TagClassName
{
border-color: #1D7020;
}
</style>