Shades of San Felix #1D772D
Tints of San Felix #1D772D
RGB
CMYK
RGB Variations
Color information
#1D772D (or 0x1D772D) is known color: San Felix. HEX triplet: 1D, 77 and 2D. RGB value is (29,119,45). Sum of RGB (Red+Green+Blue) = 29+119+45=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #1D772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D772D is #E288D2. Grayscale: #535353. Windows color (decimal): -14846163 or 2979613. OLE color: 2979613.
HSL color Cylindrical-coordinate representation of color #1D772D: hue angle of 130.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D772D is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 45 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.53 |
| HSL | 130.67º | 0.61% | 0.29% | - |
| HSV(B) | 130.67º | 0.76% | 0.47% | - |
| XYZ | 7.58 | 13.64 | 4.72 | - |
| YUV | 83.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 45 | 0.76 | 0 | 0.62 | 0.53 | 130.67 | 0.61 | 0.29 |
| Hex | 1D | 77 | 2D | 4C | 0 | 3E | 35 | 83 | 3D | 1D |
| Octal | 35 | 167 | 55 | 114 | 0 | 76 | 65 | 203 | 75 | 35 |
| Binary | 11101 | 1110111 | 101101 | 1001100 | 0 | 111110 | 110101 | 10000011 | 111101 | 11101 |
Color Harmonies of #1D772D
Complementary color
Monochromatic Colors of #1D772D
Black with #1D772D
Text Example
Text Example
White with #1D772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D772D; }
p { color: rgb(29,119,45); }
H1.HeaderClassName
{
color: #1D772D;
}
.AnyTagClassName
{
color: #1D772D;
}
</style>
background-color css
<style>
a { background-color: #1D772D; }
a { background-color: rgb(29,119,45); }
div.DivClassName
{
background-color: #1D772D;
}
.BgClassName
{
background-color: #1D772D;
}
</style>
border-color css
<style>
span { border-color: #1D772D; }
span { border-color: rgb(29,119,45); }
td.TdClassName
{
border-color: #1D772D;
}
.TagClassName
{
border-color: #1D772D;
}
</style>