Shades of San Felix #2F632C
Tints of San Felix #2F632C
RGB
CMYK
RGB Variations
Color information
#2F632C (or 0x2F632C) is known color: San Felix. HEX triplet: 2F, 63 and 2C. RGB value is (47,99,44). Sum of RGB (Red+Green+Blue) = 47+99+44=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #2F632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F632C is #D09CD3. Grayscale: #4D4D4D. Windows color (decimal): -13671636 or 2908975. OLE color: 2908975.
HSL color Cylindrical-coordinate representation of color #2F632C: hue angle of 116.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F632C is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 44 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.61 |
| HSL | 116.73º | 0.38% | 0.28% | - |
| HSV(B) | 116.73º | 0.56% | 0.39% | - |
| XYZ | 6.09 | 9.71 | 3.94 | - |
| YUV | 77.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 44 | 0.53 | 0 | 0.56 | 0.61 | 116.73 | 0.38 | 0.28 |
| Hex | 2F | 63 | 2C | 35 | 0 | 38 | 3D | 75 | 26 | 1C |
| Octal | 57 | 143 | 54 | 65 | 0 | 70 | 75 | 165 | 46 | 34 |
| Binary | 101111 | 1100011 | 101100 | 110101 | 0 | 111000 | 111101 | 1110101 | 100110 | 11100 |
Color Harmonies of #2F632C
Complementary color
Monochromatic Colors of #2F632C
Black with #2F632C
Text Example
Text Example
White with #2F632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F632C; }
p { color: rgb(47,99,44); }
H1.HeaderClassName
{
color: #2F632C;
}
.AnyTagClassName
{
color: #2F632C;
}
</style>
background-color css
<style>
a { background-color: #2F632C; }
a { background-color: rgb(47,99,44); }
div.DivClassName
{
background-color: #2F632C;
}
.BgClassName
{
background-color: #2F632C;
}
</style>
border-color css
<style>
span { border-color: #2F632C; }
span { border-color: rgb(47,99,44); }
td.TdClassName
{
border-color: #2F632C;
}
.TagClassName
{
border-color: #2F632C;
}
</style>