Shades of San Felix #2F632B
Tints of San Felix #2F632B
RGB
CMYK
RGB Variations
Color information
#2F632B (or 0x2F632B) is known color: San Felix. HEX triplet: 2F, 63 and 2B. RGB value is (47,99,43). Sum of RGB (Red+Green+Blue) = 47+99+43=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #2F632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F632B is #D09CD4. Grayscale: #4D4D4D. Windows color (decimal): -13671637 or 2843439. OLE color: 2843439.
HSL color Cylindrical-coordinate representation of color #2F632B: hue angle of 115.71º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F632B is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 43 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.61 |
| HSL | 115.71º | 0.39% | 0.28% | - |
| HSV(B) | 115.71º | 0.57% | 0.39% | - |
| XYZ | 6.07 | 9.7 | 3.84 | - |
| YUV | 77.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 43 | 0.53 | 0 | 0.57 | 0.61 | 115.71 | 0.39 | 0.28 |
| Hex | 2F | 63 | 2B | 35 | 0 | 39 | 3D | 74 | 27 | 1C |
| Octal | 57 | 143 | 53 | 65 | 0 | 71 | 75 | 164 | 47 | 34 |
| Binary | 101111 | 1100011 | 101011 | 110101 | 0 | 111001 | 111101 | 1110100 | 100111 | 11100 |
Color Harmonies of #2F632B
Complementary color
Monochromatic Colors of #2F632B
Black with #2F632B
Text Example
Text Example
White with #2F632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F632B; }
p { color: rgb(47,99,43); }
H1.HeaderClassName
{
color: #2F632B;
}
.AnyTagClassName
{
color: #2F632B;
}
</style>
background-color css
<style>
a { background-color: #2F632B; }
a { background-color: rgb(47,99,43); }
div.DivClassName
{
background-color: #2F632B;
}
.BgClassName
{
background-color: #2F632B;
}
</style>
border-color css
<style>
span { border-color: #2F632B; }
span { border-color: rgb(47,99,43); }
td.TdClassName
{
border-color: #2F632B;
}
.TagClassName
{
border-color: #2F632B;
}
</style>