Shades of San Felix #2C692B
Tints of San Felix #2C692B
RGB
CMYK
RGB Variations
Color information
#2C692B (or 0x2C692B) is known color: San Felix. HEX triplet: 2C, 69 and 2B. RGB value is (44,105,43). Sum of RGB (Red+Green+Blue) = 44+105+43=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #2C692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C692B is #D396D4. Grayscale: #4F4F4F. Windows color (decimal): -13866709 or 2844972. OLE color: 2844972.
HSL color Cylindrical-coordinate representation of color #2C692B: hue angle of 119.03º degrees, saturation: 0.42, 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 #2C692B is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 43 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.59 |
| HSL | 119.03º | 0.42% | 0.29% | - |
| HSV(B) | 119.03º | 0.59% | 0.41% | - |
| XYZ | 6.53 | 10.81 | 4.03 | - |
| YUV | 79.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 43 | 0.58 | 0 | 0.59 | 0.59 | 119.03 | 0.42 | 0.29 |
| Hex | 2C | 69 | 2B | 3A | 0 | 3B | 3B | 77 | 2A | 1D |
| Octal | 54 | 151 | 53 | 72 | 0 | 73 | 73 | 167 | 52 | 35 |
| Binary | 101100 | 1101001 | 101011 | 111010 | 0 | 111011 | 111011 | 1110111 | 101010 | 11101 |
Color Harmonies of #2C692B
Complementary color
Monochromatic Colors of #2C692B
Black with #2C692B
Text Example
Text Example
White with #2C692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C692B; }
p { color: rgb(44,105,43); }
H1.HeaderClassName
{
color: #2C692B;
}
.AnyTagClassName
{
color: #2C692B;
}
</style>
background-color css
<style>
a { background-color: #2C692B; }
a { background-color: rgb(44,105,43); }
div.DivClassName
{
background-color: #2C692B;
}
.BgClassName
{
background-color: #2C692B;
}
</style>
border-color css
<style>
span { border-color: #2C692B; }
span { border-color: rgb(44,105,43); }
td.TdClassName
{
border-color: #2C692B;
}
.TagClassName
{
border-color: #2C692B;
}
</style>