Shades of San Felix #1D732C
Tints of San Felix #1D732C
RGB
CMYK
RGB Variations
Color information
#1D732C (or 0x1D732C) is known color: San Felix. HEX triplet: 1D, 73 and 2C. RGB value is (29,115,44). Sum of RGB (Red+Green+Blue) = 29+115+44=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #1D732C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D732C is #E28CD3. Grayscale: #515151. Windows color (decimal): -14847188 or 2913053. OLE color: 2913053.
HSL color Cylindrical-coordinate representation of color #1D732C: hue angle of 130.47º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D732C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 44 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.55 |
| HSL | 130.47º | 0.6% | 0.28% | - |
| HSV(B) | 130.47º | 0.75% | 0.45% | - |
| XYZ | 7.09 | 12.7 | 4.46 | - |
| YUV | 81.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 44 | 0.75 | 0 | 0.62 | 0.55 | 130.47 | 0.6 | 0.28 |
| Hex | 1D | 73 | 2C | 4B | 0 | 3E | 37 | 82 | 3C | 1C |
| Octal | 35 | 163 | 54 | 113 | 0 | 76 | 67 | 202 | 74 | 34 |
| Binary | 11101 | 1110011 | 101100 | 1001011 | 0 | 111110 | 110111 | 10000010 | 111100 | 11100 |
Color Harmonies of #1D732C
Complementary color
Monochromatic Colors of #1D732C
Black with #1D732C
Text Example
Text Example
White with #1D732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D732C; }
p { color: rgb(29,115,44); }
H1.HeaderClassName
{
color: #1D732C;
}
.AnyTagClassName
{
color: #1D732C;
}
</style>
background-color css
<style>
a { background-color: #1D732C; }
a { background-color: rgb(29,115,44); }
div.DivClassName
{
background-color: #1D732C;
}
.BgClassName
{
background-color: #1D732C;
}
</style>
border-color css
<style>
span { border-color: #1D732C; }
span { border-color: rgb(29,115,44); }
td.TdClassName
{
border-color: #1D732C;
}
.TagClassName
{
border-color: #1D732C;
}
</style>