Shades of San Felix #2F652B
Tints of San Felix #2F652B
RGB
CMYK
RGB Variations
Color information
#2F652B (or 0x2F652B) is known color: San Felix. HEX triplet: 2F, 65 and 2B. RGB value is (47,101,43). Sum of RGB (Red+Green+Blue) = 47+101+43=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #2F652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F652B is #D09AD4. Grayscale: #4E4E4E. Windows color (decimal): -13671125 or 2843951. OLE color: 2843951.
HSL color Cylindrical-coordinate representation of color #2F652B: hue angle of 115.86º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F652B is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 43 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.60 |
| HSL | 115.86º | 0.4% | 0.28% | - |
| HSV(B) | 115.86º | 0.57% | 0.4% | - |
| XYZ | 6.26 | 10.09 | 3.9 | - |
| YUV | 78.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 43 | 0.53 | 0 | 0.57 | 0.60 | 115.86 | 0.4 | 0.28 |
| Hex | 2F | 65 | 2B | 35 | 0 | 39 | 3C | 74 | 28 | 1C |
| Octal | 57 | 145 | 53 | 65 | 0 | 71 | 74 | 164 | 50 | 34 |
| Binary | 101111 | 1100101 | 101011 | 110101 | 0 | 111001 | 111100 | 1110100 | 101000 | 11100 |
Color Harmonies of #2F652B
Complementary color
Monochromatic Colors of #2F652B
Black with #2F652B
Text Example
Text Example
White with #2F652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F652B; }
p { color: rgb(47,101,43); }
H1.HeaderClassName
{
color: #2F652B;
}
.AnyTagClassName
{
color: #2F652B;
}
</style>
background-color css
<style>
a { background-color: #2F652B; }
a { background-color: rgb(47,101,43); }
div.DivClassName
{
background-color: #2F652B;
}
.BgClassName
{
background-color: #2F652B;
}
</style>
border-color css
<style>
span { border-color: #2F652B; }
span { border-color: rgb(47,101,43); }
td.TdClassName
{
border-color: #2F652B;
}
.TagClassName
{
border-color: #2F652B;
}
</style>