Shades of San Felix #2C652B
Tints of San Felix #2C652B
RGB
CMYK
RGB Variations
Color information
#2C652B (or 0x2C652B) is known color: San Felix. HEX triplet: 2C, 65 and 2B. RGB value is (44,101,43). Sum of RGB (Red+Green+Blue) = 44+101+43=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #2C652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C652B is #D39AD4. Grayscale: #4D4D4D. Windows color (decimal): -13867733 or 2843948. OLE color: 2843948.
HSL color Cylindrical-coordinate representation of color #2C652B: hue angle of 118.97º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C652B is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 43 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.60 |
| HSL | 118.97º | 0.4% | 0.28% | - |
| HSV(B) | 118.97º | 0.57% | 0.4% | - |
| XYZ | 6.13 | 10.02 | 3.9 | - |
| YUV | 77.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 43 | 0.56 | 0 | 0.57 | 0.60 | 118.97 | 0.4 | 0.28 |
| Hex | 2C | 65 | 2B | 38 | 0 | 39 | 3C | 77 | 28 | 1C |
| Octal | 54 | 145 | 53 | 70 | 0 | 71 | 74 | 167 | 50 | 34 |
| Binary | 101100 | 1100101 | 101011 | 111000 | 0 | 111001 | 111100 | 1110111 | 101000 | 11100 |
Color Harmonies of #2C652B
Complementary color
Monochromatic Colors of #2C652B
Black with #2C652B
Text Example
Text Example
White with #2C652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C652B; }
p { color: rgb(44,101,43); }
H1.HeaderClassName
{
color: #2C652B;
}
.AnyTagClassName
{
color: #2C652B;
}
</style>
background-color css
<style>
a { background-color: #2C652B; }
a { background-color: rgb(44,101,43); }
div.DivClassName
{
background-color: #2C652B;
}
.BgClassName
{
background-color: #2C652B;
}
</style>
border-color css
<style>
span { border-color: #2C652B; }
span { border-color: rgb(44,101,43); }
td.TdClassName
{
border-color: #2C652B;
}
.TagClassName
{
border-color: #2C652B;
}
</style>