Shades of San Felix #2A632C
Tints of San Felix #2A632C
RGB
CMYK
RGB Variations
Color information
#2A632C (or 0x2A632C) is known color: San Felix. HEX triplet: 2A, 63 and 2C. RGB value is (42,99,44). Sum of RGB (Red+Green+Blue) = 42+99+44=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #2A632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A632C is #D59CD3. Grayscale: #4B4B4B. Windows color (decimal): -13999316 or 2908970. OLE color: 2908970.
HSL color Cylindrical-coordinate representation of color #2A632C: hue angle of 122.11º degrees, saturation: 0.4, 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 #2A632C is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 44 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.61 |
| HSL | 122.11º | 0.4% | 0.28% | - |
| HSV(B) | 122.11º | 0.58% | 0.39% | - |
| XYZ | 5.87 | 9.6 | 3.93 | - |
| YUV | 75.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 44 | 0.58 | 0 | 0.56 | 0.61 | 122.11 | 0.4 | 0.28 |
| Hex | 2A | 63 | 2C | 3A | 0 | 38 | 3D | 7A | 28 | 1C |
| Octal | 52 | 143 | 54 | 72 | 0 | 70 | 75 | 172 | 50 | 34 |
| Binary | 101010 | 1100011 | 101100 | 111010 | 0 | 111000 | 111101 | 1111010 | 101000 | 11100 |
Color Harmonies of #2A632C
Complementary color
Monochromatic Colors of #2A632C
Black with #2A632C
Text Example
Text Example
White with #2A632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A632C; }
p { color: rgb(42,99,44); }
H1.HeaderClassName
{
color: #2A632C;
}
.AnyTagClassName
{
color: #2A632C;
}
</style>
background-color css
<style>
a { background-color: #2A632C; }
a { background-color: rgb(42,99,44); }
div.DivClassName
{
background-color: #2A632C;
}
.BgClassName
{
background-color: #2A632C;
}
</style>
border-color css
<style>
span { border-color: #2A632C; }
span { border-color: rgb(42,99,44); }
td.TdClassName
{
border-color: #2A632C;
}
.TagClassName
{
border-color: #2A632C;
}
</style>