Shades of San Felix #2F612A
Tints of San Felix #2F612A
RGB
CMYK
RGB Variations
Color information
#2F612A (or 0x2F612A) is known color: San Felix. HEX triplet: 2F, 61 and 2A. RGB value is (47,97,42). Sum of RGB (Red+Green+Blue) = 47+97+42=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612A is #D09ED5. Grayscale: #4B4B4B. Windows color (decimal): -13672150 or 2777391. OLE color: 2777391.
HSL color Cylindrical-coordinate representation of color #2F612A: hue angle of 114.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F612A is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 42 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.62 |
| HSL | 114.55º | 0.4% | 0.27% | - |
| HSV(B) | 114.55º | 0.57% | 0.38% | - |
| XYZ | 5.86 | 9.32 | 3.68 | - |
| YUV | 75.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 42 | 0.52 | 0 | 0.57 | 0.62 | 114.55 | 0.4 | 0.27 |
| Hex | 2F | 61 | 2A | 34 | 0 | 39 | 3E | 73 | 28 | 1B |
| Octal | 57 | 141 | 52 | 64 | 0 | 71 | 76 | 163 | 50 | 33 |
| Binary | 101111 | 1100001 | 101010 | 110100 | 0 | 111001 | 111110 | 1110011 | 101000 | 11011 |
Color Harmonies of #2F612A
Complementary color
Monochromatic Colors of #2F612A
Black with #2F612A
Text Example
Text Example
White with #2F612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F612A; }
p { color: rgb(47,97,42); }
H1.HeaderClassName
{
color: #2F612A;
}
.AnyTagClassName
{
color: #2F612A;
}
</style>
background-color css
<style>
a { background-color: #2F612A; }
a { background-color: rgb(47,97,42); }
div.DivClassName
{
background-color: #2F612A;
}
.BgClassName
{
background-color: #2F612A;
}
</style>
border-color css
<style>
span { border-color: #2F612A; }
span { border-color: rgb(47,97,42); }
td.TdClassName
{
border-color: #2F612A;
}
.TagClassName
{
border-color: #2F612A;
}
</style>