Shades of San Felix #2F672C
Tints of San Felix #2F672C
RGB
CMYK
RGB Variations
Color information
#2F672C (or 0x2F672C) is known color: San Felix. HEX triplet: 2F, 67 and 2C. RGB value is (47,103,44). Sum of RGB (Red+Green+Blue) = 47+103+44=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #2F672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F672C is #D098D3. Grayscale: #4F4F4F. Windows color (decimal): -13670612 or 2909999. OLE color: 2909999.
HSL color Cylindrical-coordinate representation of color #2F672C: hue angle of 116.95º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F672C is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 44 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.60 |
| HSL | 116.95º | 0.4% | 0.29% | - |
| HSV(B) | 116.95º | 0.57% | 0.4% | - |
| XYZ | 6.48 | 10.49 | 4.07 | - |
| YUV | 79.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 44 | 0.54 | 0 | 0.57 | 0.60 | 116.95 | 0.4 | 0.29 |
| Hex | 2F | 67 | 2C | 36 | 0 | 39 | 3C | 75 | 28 | 1D |
| Octal | 57 | 147 | 54 | 66 | 0 | 71 | 74 | 165 | 50 | 35 |
| Binary | 101111 | 1100111 | 101100 | 110110 | 0 | 111001 | 111100 | 1110101 | 101000 | 11101 |
Color Harmonies of #2F672C
Complementary color
Monochromatic Colors of #2F672C
Black with #2F672C
Text Example
Text Example
White with #2F672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F672C; }
p { color: rgb(47,103,44); }
H1.HeaderClassName
{
color: #2F672C;
}
.AnyTagClassName
{
color: #2F672C;
}
</style>
background-color css
<style>
a { background-color: #2F672C; }
a { background-color: rgb(47,103,44); }
div.DivClassName
{
background-color: #2F672C;
}
.BgClassName
{
background-color: #2F672C;
}
</style>
border-color css
<style>
span { border-color: #2F672C; }
span { border-color: rgb(47,103,44); }
td.TdClassName
{
border-color: #2F672C;
}
.TagClassName
{
border-color: #2F672C;
}
</style>