Shades of San Felix #2C6729
Tints of San Felix #2C6729
RGB
CMYK
RGB Variations
Color information
#2C6729 (or 0x2C6729) is known color: San Felix. HEX triplet: 2C, 67 and 29. RGB value is (44,103,41). Sum of RGB (Red+Green+Blue) = 44+103+41=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #2C6729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6729 is #D398D6. Grayscale: #4E4E4E. Windows color (decimal): -13867223 or 2713388. OLE color: 2713388.
HSL color Cylindrical-coordinate representation of color #2C6729: hue angle of 117.1º 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 #2C6729 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 41 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.60 |
| HSL | 117.1º | 0.43% | 0.28% | - |
| HSV(B) | 117.1º | 0.6% | 0.4% | - |
| XYZ | 6.29 | 10.4 | 3.77 | - |
| YUV | 78.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 41 | 0.57 | 0 | 0.60 | 0.60 | 117.1 | 0.43 | 0.28 |
| Hex | 2C | 67 | 29 | 39 | 0 | 3C | 3C | 75 | 2B | 1C |
| Octal | 54 | 147 | 51 | 71 | 0 | 74 | 74 | 165 | 53 | 34 |
| Binary | 101100 | 1100111 | 101001 | 111001 | 0 | 111100 | 111100 | 1110101 | 101011 | 11100 |
Color Harmonies of #2C6729
Complementary color
Monochromatic Colors of #2C6729
Black with #2C6729
Text Example
Text Example
White with #2C6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6729; }
p { color: rgb(44,103,41); }
H1.HeaderClassName
{
color: #2C6729;
}
.AnyTagClassName
{
color: #2C6729;
}
</style>
background-color css
<style>
a { background-color: #2C6729; }
a { background-color: rgb(44,103,41); }
div.DivClassName
{
background-color: #2C6729;
}
.BgClassName
{
background-color: #2C6729;
}
</style>
border-color css
<style>
span { border-color: #2C6729; }
span { border-color: rgb(44,103,41); }
td.TdClassName
{
border-color: #2C6729;
}
.TagClassName
{
border-color: #2C6729;
}
</style>