Shades of San Felix #2A642C
Tints of San Felix #2A642C
RGB
CMYK
RGB Variations
Color information
#2A642C (or 0x2A642C) is known color: San Felix. HEX triplet: 2A, 64 and 2C. RGB value is (42,100,44). Sum of RGB (Red+Green+Blue) = 42+100+44=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #2A642C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A642C is #D59BD3. Grayscale: #4C4C4C. Windows color (decimal): -13999060 or 2909226. OLE color: 2909226.
HSL color Cylindrical-coordinate representation of color #2A642C: hue angle of 122.07º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A642C is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 100 | 44 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.61 |
| HSL | 122.07º | 0.41% | 0.28% | - |
| HSV(B) | 122.07º | 0.58% | 0.39% | - |
| XYZ | 5.97 | 9.79 | 3.96 | - |
| YUV | 76.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 44 | 0.58 | 0 | 0.56 | 0.61 | 122.07 | 0.41 | 0.28 |
| Hex | 2A | 64 | 2C | 3A | 0 | 38 | 3D | 7A | 29 | 1C |
| Octal | 52 | 144 | 54 | 72 | 0 | 70 | 75 | 172 | 51 | 34 |
| Binary | 101010 | 1100100 | 101100 | 111010 | 0 | 111000 | 111101 | 1111010 | 101001 | 11100 |
Color Harmonies of #2A642C
Complementary color
Monochromatic Colors of #2A642C
Black with #2A642C
Text Example
Text Example
White with #2A642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A642C; }
p { color: rgb(42,100,44); }
H1.HeaderClassName
{
color: #2A642C;
}
.AnyTagClassName
{
color: #2A642C;
}
</style>
background-color css
<style>
a { background-color: #2A642C; }
a { background-color: rgb(42,100,44); }
div.DivClassName
{
background-color: #2A642C;
}
.BgClassName
{
background-color: #2A642C;
}
</style>
border-color css
<style>
span { border-color: #2A642C; }
span { border-color: rgb(42,100,44); }
td.TdClassName
{
border-color: #2A642C;
}
.TagClassName
{
border-color: #2A642C;
}
</style>