Shades of San Felix #2D6329
Tints of San Felix #2D6329
RGB
CMYK
RGB Variations
Color information
#2D6329 (or 0x2D6329) is known color: San Felix. HEX triplet: 2D, 63 and 29. RGB value is (45,99,41). Sum of RGB (Red+Green+Blue) = 45+99+41=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6329 is #D29CD6. Grayscale: #4C4C4C. Windows color (decimal): -13802711 or 2712365. OLE color: 2712365.
HSL color Cylindrical-coordinate representation of color #2D6329: hue angle of 115.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6329 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 41 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.61 |
| HSL | 115.86º | 0.41% | 0.27% | - |
| HSV(B) | 115.86º | 0.59% | 0.39% | - |
| XYZ | 5.94 | 9.64 | 3.65 | - |
| YUV | 76.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 41 | 0.55 | 0 | 0.59 | 0.61 | 115.86 | 0.41 | 0.27 |
| Hex | 2D | 63 | 29 | 37 | 0 | 3B | 3D | 74 | 29 | 1B |
| Octal | 55 | 143 | 51 | 67 | 0 | 73 | 75 | 164 | 51 | 33 |
| Binary | 101101 | 1100011 | 101001 | 110111 | 0 | 111011 | 111101 | 1110100 | 101001 | 11011 |
Color Harmonies of #2D6329
Complementary color
Monochromatic Colors of #2D6329
Black with #2D6329
Text Example
Text Example
White with #2D6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6329; }
p { color: rgb(45,99,41); }
H1.HeaderClassName
{
color: #2D6329;
}
.AnyTagClassName
{
color: #2D6329;
}
</style>
background-color css
<style>
a { background-color: #2D6329; }
a { background-color: rgb(45,99,41); }
div.DivClassName
{
background-color: #2D6329;
}
.BgClassName
{
background-color: #2D6329;
}
</style>
border-color css
<style>
span { border-color: #2D6329; }
span { border-color: rgb(45,99,41); }
td.TdClassName
{
border-color: #2D6329;
}
.TagClassName
{
border-color: #2D6329;
}
</style>