Shades of San Felix #1D5D20
Tints of San Felix #1D5D20
RGB
CMYK
RGB Variations
Color information
#1D5D20 (or 0x1D5D20) is known color: San Felix. HEX triplet: 1D, 5D and 20. RGB value is (29,93,32). Sum of RGB (Red+Green+Blue) = 29+93+32=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D20 is #E2A2DF. Grayscale: #434343. Windows color (decimal): -14852832 or 2120989. OLE color: 2120989.
HSL color Cylindrical-coordinate representation of color #1D5D20: hue angle of 122.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D20 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 32 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.64 |
| HSL | 122.81º | 0.52% | 0.24% | - |
| HSV(B) | 122.81º | 0.69% | 0.36% | - |
| XYZ | 4.68 | 8.19 | 2.7 | - |
| YUV | 66.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 32 | 0.69 | 0 | 0.66 | 0.64 | 122.81 | 0.52 | 0.24 |
| Hex | 1D | 5D | 20 | 45 | 0 | 42 | 40 | 7B | 34 | 18 |
| Octal | 35 | 135 | 40 | 105 | 0 | 102 | 100 | 173 | 64 | 30 |
| Binary | 11101 | 1011101 | 100000 | 1000101 | 0 | 1000010 | 1000000 | 1111011 | 110100 | 11000 |
Color Harmonies of #1D5D20
Complementary color
Monochromatic Colors of #1D5D20
Black with #1D5D20
Text Example
Text Example
White with #1D5D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D20; }
p { color: rgb(29,93,32); }
H1.HeaderClassName
{
color: #1D5D20;
}
.AnyTagClassName
{
color: #1D5D20;
}
</style>
background-color css
<style>
a { background-color: #1D5D20; }
a { background-color: rgb(29,93,32); }
div.DivClassName
{
background-color: #1D5D20;
}
.BgClassName
{
background-color: #1D5D20;
}
</style>
border-color css
<style>
span { border-color: #1D5D20; }
span { border-color: rgb(29,93,32); }
td.TdClassName
{
border-color: #1D5D20;
}
.TagClassName
{
border-color: #1D5D20;
}
</style>