Shades of San Felix #2C6429
Tints of San Felix #2C6429
RGB
CMYK
RGB Variations
Color information
#2C6429 (or 0x2C6429) is known color: San Felix. HEX triplet: 2C, 64 and 29. RGB value is (44,100,41). Sum of RGB (Red+Green+Blue) = 44+100+41=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #2C6429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6429 is #D39BD6. Grayscale: #4C4C4C. Windows color (decimal): -13867991 or 2712620. OLE color: 2712620.
HSL color Cylindrical-coordinate representation of color #2C6429: hue angle of 116.95º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6429 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 41 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.61 |
| HSL | 116.95º | 0.42% | 0.28% | - |
| HSV(B) | 116.95º | 0.59% | 0.39% | - |
| XYZ | 6 | 9.81 | 3.68 | - |
| YUV | 76.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 41 | 0.56 | 0 | 0.59 | 0.61 | 116.95 | 0.42 | 0.28 |
| Hex | 2C | 64 | 29 | 38 | 0 | 3B | 3D | 75 | 2A | 1C |
| Octal | 54 | 144 | 51 | 70 | 0 | 73 | 75 | 165 | 52 | 34 |
| Binary | 101100 | 1100100 | 101001 | 111000 | 0 | 111011 | 111101 | 1110101 | 101010 | 11100 |
Color Harmonies of #2C6429
Complementary color
Monochromatic Colors of #2C6429
Black with #2C6429
Text Example
Text Example
White with #2C6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6429; }
p { color: rgb(44,100,41); }
H1.HeaderClassName
{
color: #2C6429;
}
.AnyTagClassName
{
color: #2C6429;
}
</style>
background-color css
<style>
a { background-color: #2C6429; }
a { background-color: rgb(44,100,41); }
div.DivClassName
{
background-color: #2C6429;
}
.BgClassName
{
background-color: #2C6429;
}
</style>
border-color css
<style>
span { border-color: #2C6429; }
span { border-color: rgb(44,100,41); }
td.TdClassName
{
border-color: #2C6429;
}
.TagClassName
{
border-color: #2C6429;
}
</style>