Shades of San Felix #2C682C
Tints of San Felix #2C682C
RGB
CMYK
RGB Variations
Color information
#2C682C (or 0x2C682C) is known color: San Felix. HEX triplet: 2C, 68 and 2C. RGB value is (44,104,44). Sum of RGB (Red+Green+Blue) = 44+104+44=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #2C682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C682C is #D397D3. Grayscale: #4F4F4F. Windows color (decimal): -13866964 or 2910252. OLE color: 2910252.
HSL color Cylindrical-coordinate representation of color #2C682C: hue angle of 120º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C682C is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 44 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.59 |
| HSL | 120º | 0.41% | 0.29% | - |
| HSV(B) | 120º | 0.58% | 0.41% | - |
| XYZ | 6.44 | 10.62 | 4.09 | - |
| YUV | 79.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 44 | 0.58 | 0 | 0.58 | 0.59 | 120 | 0.41 | 0.29 |
| Hex | 2C | 68 | 2C | 3A | 0 | 3A | 3B | 78 | 29 | 1D |
| Octal | 54 | 150 | 54 | 72 | 0 | 72 | 73 | 170 | 51 | 35 |
| Binary | 101100 | 1101000 | 101100 | 111010 | 0 | 111010 | 111011 | 1111000 | 101001 | 11101 |
Color Harmonies of #2C682C
Complementary color
Monochromatic Colors of #2C682C
Black with #2C682C
Text Example
Text Example
White with #2C682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C682C; }
p { color: rgb(44,104,44); }
H1.HeaderClassName
{
color: #2C682C;
}
.AnyTagClassName
{
color: #2C682C;
}
</style>
background-color css
<style>
a { background-color: #2C682C; }
a { background-color: rgb(44,104,44); }
div.DivClassName
{
background-color: #2C682C;
}
.BgClassName
{
background-color: #2C682C;
}
</style>
border-color css
<style>
span { border-color: #2C682C; }
span { border-color: rgb(44,104,44); }
td.TdClassName
{
border-color: #2C682C;
}
.TagClassName
{
border-color: #2C682C;
}
</style>