Shades of San Felix #2D6729
Tints of San Felix #2D6729
RGB
CMYK
RGB Variations
Color information
#2D6729 (or 0x2D6729) is known color: San Felix. HEX triplet: 2D, 67 and 29. RGB value is (45,103,41). Sum of RGB (Red+Green+Blue) = 45+103+41=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6729 is #D298D6. Grayscale: #4E4E4E. Windows color (decimal): -13801687 or 2713389. OLE color: 2713389.
HSL color Cylindrical-coordinate representation of color #2D6729: hue angle of 116.13º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6729 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 41 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.60 |
| HSL | 116.13º | 0.43% | 0.28% | - |
| HSV(B) | 116.13º | 0.6% | 0.4% | - |
| XYZ | 6.33 | 10.42 | 3.78 | - |
| YUV | 78.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 41 | 0.56 | 0 | 0.60 | 0.60 | 116.13 | 0.43 | 0.28 |
| Hex | 2D | 67 | 29 | 38 | 0 | 3C | 3C | 74 | 2B | 1C |
| Octal | 55 | 147 | 51 | 70 | 0 | 74 | 74 | 164 | 53 | 34 |
| Binary | 101101 | 1100111 | 101001 | 111000 | 0 | 111100 | 111100 | 1110100 | 101011 | 11100 |
Color Harmonies of #2D6729
Complementary color
Monochromatic Colors of #2D6729
Black with #2D6729
Text Example
Text Example
White with #2D6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6729; }
p { color: rgb(45,103,41); }
H1.HeaderClassName
{
color: #2D6729;
}
.AnyTagClassName
{
color: #2D6729;
}
</style>
background-color css
<style>
a { background-color: #2D6729; }
a { background-color: rgb(45,103,41); }
div.DivClassName
{
background-color: #2D6729;
}
.BgClassName
{
background-color: #2D6729;
}
</style>
border-color css
<style>
span { border-color: #2D6729; }
span { border-color: rgb(45,103,41); }
td.TdClassName
{
border-color: #2D6729;
}
.TagClassName
{
border-color: #2D6729;
}
</style>