Shades of San Felix #1D6026
Tints of San Felix #1D6026
RGB
CMYK
RGB Variations
Color information
#1D6026 (or 0x1D6026) is known color: San Felix. HEX triplet: 1D, 60 and 26. RGB value is (29,96,38). Sum of RGB (Red+Green+Blue) = 29+96+38=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6026 is #E29FD9. Grayscale: #454545. Windows color (decimal): -14852058 or 2514973. OLE color: 2514973.
HSL color Cylindrical-coordinate representation of color #1D6026: hue angle of 128.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6026 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 38 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.62 |
| HSL | 128.06º | 0.54% | 0.25% | - |
| HSV(B) | 128.06º | 0.7% | 0.38% | - |
| XYZ | 5.04 | 8.77 | 3.26 | - |
| YUV | 69.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 38 | 0.70 | 0 | 0.60 | 0.62 | 128.06 | 0.54 | 0.25 |
| Hex | 1D | 60 | 26 | 46 | 0 | 3C | 3E | 80 | 36 | 19 |
| Octal | 35 | 140 | 46 | 106 | 0 | 74 | 76 | 200 | 66 | 31 |
| Binary | 11101 | 1100000 | 100110 | 1000110 | 0 | 111100 | 111110 | 10000000 | 110110 | 11001 |
Color Harmonies of #1D6026
Complementary color
Monochromatic Colors of #1D6026
Black with #1D6026
Text Example
Text Example
White with #1D6026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6026; }
p { color: rgb(29,96,38); }
H1.HeaderClassName
{
color: #1D6026;
}
.AnyTagClassName
{
color: #1D6026;
}
</style>
background-color css
<style>
a { background-color: #1D6026; }
a { background-color: rgb(29,96,38); }
div.DivClassName
{
background-color: #1D6026;
}
.BgClassName
{
background-color: #1D6026;
}
</style>
border-color css
<style>
span { border-color: #1D6026; }
span { border-color: rgb(29,96,38); }
td.TdClassName
{
border-color: #1D6026;
}
.TagClassName
{
border-color: #1D6026;
}
</style>