Shades of San Felix #2C6A35
Tints of San Felix #2C6A35
RGB
CMYK
RGB Variations
Color information
#2C6A35 (or 0x2C6A35) is known color: San Felix. HEX triplet: 2C, 6A and 35. RGB value is (44,106,53). Sum of RGB (Red+Green+Blue) = 44+106+53=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6A35 is #D395CA. Grayscale: #515151. Windows color (decimal): -13866443 or 3500588. OLE color: 3500588.
HSL color Cylindrical-coordinate representation of color #2C6A35: hue angle of 128.71º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6A35 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 106 | 53 | - |
| CMYK | 0.58 | 0 | 0.5 | 0.58 |
| HSL | 128.71º | 0.41% | 0.29% | - |
| HSV(B) | 128.71º | 0.58% | 0.42% | - |
| XYZ | 6.84 | 11.1 | 5.15 | - |
| YUV | 81.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 106 | 53 | 0.58 | 0 | 0.5 | 0.58 | 128.71 | 0.41 | 0.29 |
| Hex | 2C | 6A | 35 | 3A | 0 | 32 | 3A | 81 | 29 | 1D |
| Octal | 54 | 152 | 65 | 72 | 0 | 62 | 72 | 201 | 51 | 35 |
| Binary | 101100 | 1101010 | 110101 | 111010 | 0 | 110010 | 111010 | 10000001 | 101001 | 11101 |
Color Harmonies of #2C6A35
Complementary color
Monochromatic Colors of #2C6A35
Black with #2C6A35
Text Example
Text Example
White with #2C6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6A35; }
p { color: rgb(44,106,53); }
H1.HeaderClassName
{
color: #2C6A35;
}
.AnyTagClassName
{
color: #2C6A35;
}
</style>
background-color css
<style>
a { background-color: #2C6A35; }
a { background-color: rgb(44,106,53); }
div.DivClassName
{
background-color: #2C6A35;
}
.BgClassName
{
background-color: #2C6A35;
}
</style>
border-color css
<style>
span { border-color: #2C6A35; }
span { border-color: rgb(44,106,53); }
td.TdClassName
{
border-color: #2C6A35;
}
.TagClassName
{
border-color: #2C6A35;
}
</style>