Shades of San Felix #1D6325
Tints of San Felix #1D6325
RGB
CMYK
RGB Variations
Color information
#1D6325 (or 0x1D6325) is known color: San Felix. HEX triplet: 1D, 63 and 25. RGB value is (29,99,37). Sum of RGB (Red+Green+Blue) = 29+99+37=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #1D6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6325 is #E29CDA. Grayscale: #474747. Windows color (decimal): -14851291 or 2450205. OLE color: 2450205.
HSL color Cylindrical-coordinate representation of color #1D6325: hue angle of 126.86º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6325 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 37 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.61 |
| HSL | 126.86º | 0.55% | 0.25% | - |
| HSV(B) | 126.86º | 0.71% | 0.39% | - |
| XYZ | 5.3 | 9.32 | 3.27 | - |
| YUV | 71 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 37 | 0.71 | 0 | 0.63 | 0.61 | 126.86 | 0.55 | 0.25 |
| Hex | 1D | 63 | 25 | 47 | 0 | 3F | 3D | 7F | 37 | 19 |
| Octal | 35 | 143 | 45 | 107 | 0 | 77 | 75 | 177 | 67 | 31 |
| Binary | 11101 | 1100011 | 100101 | 1000111 | 0 | 111111 | 111101 | 1111111 | 110111 | 11001 |
Color Harmonies of #1D6325
Complementary color
Monochromatic Colors of #1D6325
Black with #1D6325
Text Example
Text Example
White with #1D6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6325; }
p { color: rgb(29,99,37); }
H1.HeaderClassName
{
color: #1D6325;
}
.AnyTagClassName
{
color: #1D6325;
}
</style>
background-color css
<style>
a { background-color: #1D6325; }
a { background-color: rgb(29,99,37); }
div.DivClassName
{
background-color: #1D6325;
}
.BgClassName
{
background-color: #1D6325;
}
</style>
border-color css
<style>
span { border-color: #1D6325; }
span { border-color: rgb(29,99,37); }
td.TdClassName
{
border-color: #1D6325;
}
.TagClassName
{
border-color: #1D6325;
}
</style>