Shades of San Felix #2F622C
Tints of San Felix #2F622C
RGB
CMYK
RGB Variations
Color information
#2F622C (or 0x2F622C) is known color: San Felix. HEX triplet: 2F, 62 and 2C. RGB value is (47,98,44). Sum of RGB (Red+Green+Blue) = 47+98+44=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #2F622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F622C is #D09DD3. Grayscale: #4C4C4C. Windows color (decimal): -13671892 or 2908719. OLE color: 2908719.
HSL color Cylindrical-coordinate representation of color #2F622C: hue angle of 116.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F622C is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 44 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.62 |
| HSL | 116.67º | 0.38% | 0.28% | - |
| HSV(B) | 116.67º | 0.55% | 0.38% | - |
| XYZ | 5.99 | 9.52 | 3.9 | - |
| YUV | 76.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 44 | 0.52 | 0 | 0.55 | 0.62 | 116.67 | 0.38 | 0.28 |
| Hex | 2F | 62 | 2C | 34 | 0 | 37 | 3E | 75 | 26 | 1C |
| Octal | 57 | 142 | 54 | 64 | 0 | 67 | 76 | 165 | 46 | 34 |
| Binary | 101111 | 1100010 | 101100 | 110100 | 0 | 110111 | 111110 | 1110101 | 100110 | 11100 |
Color Harmonies of #2F622C
Complementary color
Monochromatic Colors of #2F622C
Black with #2F622C
Text Example
Text Example
White with #2F622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F622C; }
p { color: rgb(47,98,44); }
H1.HeaderClassName
{
color: #2F622C;
}
.AnyTagClassName
{
color: #2F622C;
}
</style>
background-color css
<style>
a { background-color: #2F622C; }
a { background-color: rgb(47,98,44); }
div.DivClassName
{
background-color: #2F622C;
}
.BgClassName
{
background-color: #2F622C;
}
</style>
border-color css
<style>
span { border-color: #2F622C; }
span { border-color: rgb(47,98,44); }
td.TdClassName
{
border-color: #2F622C;
}
.TagClassName
{
border-color: #2F622C;
}
</style>