Shades of San Felix #2C622C
Tints of San Felix #2C622C
RGB
CMYK
RGB Variations
Color information
#2C622C (or 0x2C622C) is known color: San Felix. HEX triplet: 2C, 62 and 2C. RGB value is (44,98,44). Sum of RGB (Red+Green+Blue) = 44+98+44=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #2C622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C622C is #D39DD3. Grayscale: #4B4B4B. Windows color (decimal): -13868500 or 2908716. OLE color: 2908716.
HSL color Cylindrical-coordinate representation of color #2C622C: hue angle of 120º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C622C is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 44 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.62 |
| HSL | 120º | 0.38% | 0.28% | - |
| HSV(B) | 120º | 0.55% | 0.38% | - |
| XYZ | 5.86 | 9.45 | 3.9 | - |
| YUV | 75.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 44 | 0.55 | 0 | 0.55 | 0.62 | 120 | 0.38 | 0.28 |
| Hex | 2C | 62 | 2C | 37 | 0 | 37 | 3E | 78 | 26 | 1C |
| Octal | 54 | 142 | 54 | 67 | 0 | 67 | 76 | 170 | 46 | 34 |
| Binary | 101100 | 1100010 | 101100 | 110111 | 0 | 110111 | 111110 | 1111000 | 100110 | 11100 |
Color Harmonies of #2C622C
Complementary color
Monochromatic Colors of #2C622C
Black with #2C622C
Text Example
Text Example
White with #2C622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C622C; }
p { color: rgb(44,98,44); }
H1.HeaderClassName
{
color: #2C622C;
}
.AnyTagClassName
{
color: #2C622C;
}
</style>
background-color css
<style>
a { background-color: #2C622C; }
a { background-color: rgb(44,98,44); }
div.DivClassName
{
background-color: #2C622C;
}
.BgClassName
{
background-color: #2C622C;
}
</style>
border-color css
<style>
span { border-color: #2C622C; }
span { border-color: rgb(44,98,44); }
td.TdClassName
{
border-color: #2C622C;
}
.TagClassName
{
border-color: #2C622C;
}
</style>