Shades of San Felix #2C682B
Tints of San Felix #2C682B
RGB
CMYK
RGB Variations
Color information
#2C682B (or 0x2C682B) is known color: San Felix. HEX triplet: 2C, 68 and 2B. RGB value is (44,104,43). Sum of RGB (Red+Green+Blue) = 44+104+43=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #2C682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C682B is #D397D4. Grayscale: #4F4F4F. Windows color (decimal): -13866965 or 2844716. OLE color: 2844716.
HSL color Cylindrical-coordinate representation of color #2C682B: hue angle of 119.02º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C682B is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 43 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.59 |
| HSL | 119.02º | 0.41% | 0.29% | - |
| HSV(B) | 119.02º | 0.59% | 0.41% | - |
| XYZ | 6.43 | 10.61 | 3.99 | - |
| YUV | 79.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 43 | 0.58 | 0 | 0.59 | 0.59 | 119.02 | 0.41 | 0.29 |
| Hex | 2C | 68 | 2B | 3A | 0 | 3B | 3B | 77 | 29 | 1D |
| Octal | 54 | 150 | 53 | 72 | 0 | 73 | 73 | 167 | 51 | 35 |
| Binary | 101100 | 1101000 | 101011 | 111010 | 0 | 111011 | 111011 | 1110111 | 101001 | 11101 |
Color Harmonies of #2C682B
Complementary color
Monochromatic Colors of #2C682B
Black with #2C682B
Text Example
Text Example
White with #2C682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C682B; }
p { color: rgb(44,104,43); }
H1.HeaderClassName
{
color: #2C682B;
}
.AnyTagClassName
{
color: #2C682B;
}
</style>
background-color css
<style>
a { background-color: #2C682B; }
a { background-color: rgb(44,104,43); }
div.DivClassName
{
background-color: #2C682B;
}
.BgClassName
{
background-color: #2C682B;
}
</style>
border-color css
<style>
span { border-color: #2C682B; }
span { border-color: rgb(44,104,43); }
td.TdClassName
{
border-color: #2C682B;
}
.TagClassName
{
border-color: #2C682B;
}
</style>