Shades of San Felix #1D782C
Tints of San Felix #1D782C
RGB
CMYK
RGB Variations
Color information
#1D782C (or 0x1D782C) is known color: San Felix. HEX triplet: 1D, 78 and 2C. RGB value is (29,120,44). Sum of RGB (Red+Green+Blue) = 29+120+44=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #1D782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D782C is #E287D3. Grayscale: #545454. Windows color (decimal): -14845908 or 2914333. OLE color: 2914333.
HSL color Cylindrical-coordinate representation of color #1D782C: hue angle of 129.89º 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 #1D782C is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 44 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.53 |
| HSL | 129.89º | 0.61% | 0.29% | - |
| HSV(B) | 129.89º | 0.76% | 0.47% | - |
| XYZ | 7.68 | 13.88 | 4.66 | - |
| YUV | 84.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 44 | 0.76 | 0 | 0.63 | 0.53 | 129.89 | 0.61 | 0.29 |
| Hex | 1D | 78 | 2C | 4C | 0 | 3F | 35 | 82 | 3D | 1D |
| Octal | 35 | 170 | 54 | 114 | 0 | 77 | 65 | 202 | 75 | 35 |
| Binary | 11101 | 1111000 | 101100 | 1001100 | 0 | 111111 | 110101 | 10000010 | 111101 | 11101 |
Color Harmonies of #1D782C
Complementary color
Monochromatic Colors of #1D782C
Black with #1D782C
Text Example
Text Example
White with #1D782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D782C; }
p { color: rgb(29,120,44); }
H1.HeaderClassName
{
color: #1D782C;
}
.AnyTagClassName
{
color: #1D782C;
}
</style>
background-color css
<style>
a { background-color: #1D782C; }
a { background-color: rgb(29,120,44); }
div.DivClassName
{
background-color: #1D782C;
}
.BgClassName
{
background-color: #1D782C;
}
</style>
border-color css
<style>
span { border-color: #1D782C; }
span { border-color: rgb(29,120,44); }
td.TdClassName
{
border-color: #1D782C;
}
.TagClassName
{
border-color: #1D782C;
}
</style>