Shades of San Felix #2F682C
Tints of San Felix #2F682C
RGB
CMYK
RGB Variations
Color information
#2F682C (or 0x2F682C) is known color: San Felix. HEX triplet: 2F, 68 and 2C. RGB value is (47,104,44). Sum of RGB (Red+Green+Blue) = 47+104+44=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #2F682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F682C is #D097D3. Grayscale: #505050. Windows color (decimal): -13670356 or 2910255. OLE color: 2910255.
HSL color Cylindrical-coordinate representation of color #2F682C: hue angle of 117º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F682C is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 44 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.59 |
| HSL | 117º | 0.41% | 0.29% | - |
| HSV(B) | 117º | 0.58% | 0.41% | - |
| XYZ | 6.58 | 10.69 | 4.1 | - |
| YUV | 80.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 44 | 0.55 | 0 | 0.58 | 0.59 | 117 | 0.41 | 0.29 |
| Hex | 2F | 68 | 2C | 37 | 0 | 3A | 3B | 75 | 29 | 1D |
| Octal | 57 | 150 | 54 | 67 | 0 | 72 | 73 | 165 | 51 | 35 |
| Binary | 101111 | 1101000 | 101100 | 110111 | 0 | 111010 | 111011 | 1110101 | 101001 | 11101 |
Color Harmonies of #2F682C
Complementary color
Monochromatic Colors of #2F682C
Black with #2F682C
Text Example
Text Example
White with #2F682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F682C; }
p { color: rgb(47,104,44); }
H1.HeaderClassName
{
color: #2F682C;
}
.AnyTagClassName
{
color: #2F682C;
}
</style>
background-color css
<style>
a { background-color: #2F682C; }
a { background-color: rgb(47,104,44); }
div.DivClassName
{
background-color: #2F682C;
}
.BgClassName
{
background-color: #2F682C;
}
</style>
border-color css
<style>
span { border-color: #2F682C; }
span { border-color: rgb(47,104,44); }
td.TdClassName
{
border-color: #2F682C;
}
.TagClassName
{
border-color: #2F682C;
}
</style>