Shades of San Felix #2C682D
Tints of San Felix #2C682D
RGB
CMYK
RGB Variations
Color information
#2C682D (or 0x2C682D) is known color: San Felix. HEX triplet: 2C, 68 and 2D. RGB value is (44,104,45). Sum of RGB (Red+Green+Blue) = 44+104+45=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #2C682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C682D is #D397D2. Grayscale: #4F4F4F. Windows color (decimal): -13866963 or 2975788. OLE color: 2975788.
HSL color Cylindrical-coordinate representation of color #2C682D: hue angle of 121º 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 #2C682D is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 45 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.59 |
| HSL | 121º | 0.41% | 0.29% | - |
| HSV(B) | 121º | 0.58% | 0.41% | - |
| XYZ | 6.46 | 10.63 | 4.19 | - |
| YUV | 79.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 45 | 0.58 | 0 | 0.57 | 0.59 | 121 | 0.41 | 0.29 |
| Hex | 2C | 68 | 2D | 3A | 0 | 39 | 3B | 79 | 29 | 1D |
| Octal | 54 | 150 | 55 | 72 | 0 | 71 | 73 | 171 | 51 | 35 |
| Binary | 101100 | 1101000 | 101101 | 111010 | 0 | 111001 | 111011 | 1111001 | 101001 | 11101 |
Color Harmonies of #2C682D
Complementary color
Monochromatic Colors of #2C682D
Black with #2C682D
Text Example
Text Example
White with #2C682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C682D; }
p { color: rgb(44,104,45); }
H1.HeaderClassName
{
color: #2C682D;
}
.AnyTagClassName
{
color: #2C682D;
}
</style>
background-color css
<style>
a { background-color: #2C682D; }
a { background-color: rgb(44,104,45); }
div.DivClassName
{
background-color: #2C682D;
}
.BgClassName
{
background-color: #2C682D;
}
</style>
border-color css
<style>
span { border-color: #2C682D; }
span { border-color: rgb(44,104,45); }
td.TdClassName
{
border-color: #2C682D;
}
.TagClassName
{
border-color: #2C682D;
}
</style>