Shades of San Felix #1D772B
Tints of San Felix #1D772B
RGB
CMYK
RGB Variations
Color information
#1D772B (or 0x1D772B) is known color: San Felix. HEX triplet: 1D, 77 and 2B. RGB value is (29,119,43). Sum of RGB (Red+Green+Blue) = 29+119+43=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #1D772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D772B is #E288D4. Grayscale: #535353. Windows color (decimal): -14846165 or 2848541. OLE color: 2848541.
HSL color Cylindrical-coordinate representation of color #1D772B: hue angle of 129.33º 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 #1D772B is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 43 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.53 |
| HSL | 129.33º | 0.61% | 0.29% | - |
| HSV(B) | 129.33º | 0.76% | 0.47% | - |
| XYZ | 7.54 | 13.63 | 4.52 | - |
| YUV | 83.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 43 | 0.76 | 0 | 0.64 | 0.53 | 129.33 | 0.61 | 0.29 |
| Hex | 1D | 77 | 2B | 4C | 0 | 40 | 35 | 81 | 3D | 1D |
| Octal | 35 | 167 | 53 | 114 | 0 | 100 | 65 | 201 | 75 | 35 |
| Binary | 11101 | 1110111 | 101011 | 1001100 | 0 | 1000000 | 110101 | 10000001 | 111101 | 11101 |
Color Harmonies of #1D772B
Complementary color
Monochromatic Colors of #1D772B
Black with #1D772B
Text Example
Text Example
White with #1D772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D772B; }
p { color: rgb(29,119,43); }
H1.HeaderClassName
{
color: #1D772B;
}
.AnyTagClassName
{
color: #1D772B;
}
</style>
background-color css
<style>
a { background-color: #1D772B; }
a { background-color: rgb(29,119,43); }
div.DivClassName
{
background-color: #1D772B;
}
.BgClassName
{
background-color: #1D772B;
}
</style>
border-color css
<style>
span { border-color: #1D772B; }
span { border-color: rgb(29,119,43); }
td.TdClassName
{
border-color: #1D772B;
}
.TagClassName
{
border-color: #1D772B;
}
</style>