Shades of San Felix #1D752D
Tints of San Felix #1D752D
RGB
CMYK
RGB Variations
Color information
#1D752D (or 0x1D752D) is known color: San Felix. HEX triplet: 1D, 75 and 2D. RGB value is (29,117,45). Sum of RGB (Red+Green+Blue) = 29+117+45=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #1D752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D752D is #E28AD2. Grayscale: #525252. Windows color (decimal): -14846675 or 2979101. OLE color: 2979101.
HSL color Cylindrical-coordinate representation of color #1D752D: hue angle of 130.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D752D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 45 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.54 |
| HSL | 130.91º | 0.6% | 0.29% | - |
| HSV(B) | 130.91º | 0.75% | 0.46% | - |
| XYZ | 7.34 | 13.17 | 4.64 | - |
| YUV | 82.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 45 | 0.75 | 0 | 0.62 | 0.54 | 130.91 | 0.6 | 0.29 |
| Hex | 1D | 75 | 2D | 4B | 0 | 3E | 36 | 83 | 3C | 1D |
| Octal | 35 | 165 | 55 | 113 | 0 | 76 | 66 | 203 | 74 | 35 |
| Binary | 11101 | 1110101 | 101101 | 1001011 | 0 | 111110 | 110110 | 10000011 | 111100 | 11101 |
Color Harmonies of #1D752D
Complementary color
Monochromatic Colors of #1D752D
Black with #1D752D
Text Example
Text Example
White with #1D752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D752D; }
p { color: rgb(29,117,45); }
H1.HeaderClassName
{
color: #1D752D;
}
.AnyTagClassName
{
color: #1D752D;
}
</style>
background-color css
<style>
a { background-color: #1D752D; }
a { background-color: rgb(29,117,45); }
div.DivClassName
{
background-color: #1D752D;
}
.BgClassName
{
background-color: #1D752D;
}
</style>
border-color css
<style>
span { border-color: #1D752D; }
span { border-color: rgb(29,117,45); }
td.TdClassName
{
border-color: #1D752D;
}
.TagClassName
{
border-color: #1D752D;
}
</style>