Shades of San Felix #2B632C
Tints of San Felix #2B632C
RGB
CMYK
RGB Variations
Color information
#2B632C (or 0x2B632C) is known color: San Felix. HEX triplet: 2B, 63 and 2C. RGB value is (43,99,44). Sum of RGB (Red+Green+Blue) = 43+99+44=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #2B632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B632C is #D49CD3. Grayscale: #4C4C4C. Windows color (decimal): -13933780 or 2908971. OLE color: 2908971.
HSL color Cylindrical-coordinate representation of color #2B632C: hue angle of 121.07º 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 #2B632C is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 44 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.61 |
| HSL | 121.07º | 0.39% | 0.28% | - |
| HSV(B) | 121.07º | 0.57% | 0.39% | - |
| XYZ | 5.91 | 9.62 | 3.93 | - |
| YUV | 75.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 44 | 0.57 | 0 | 0.56 | 0.61 | 121.07 | 0.39 | 0.28 |
| Hex | 2B | 63 | 2C | 39 | 0 | 38 | 3D | 79 | 27 | 1C |
| Octal | 53 | 143 | 54 | 71 | 0 | 70 | 75 | 171 | 47 | 34 |
| Binary | 101011 | 1100011 | 101100 | 111001 | 0 | 111000 | 111101 | 1111001 | 100111 | 11100 |
Color Harmonies of #2B632C
Complementary color
Monochromatic Colors of #2B632C
Black with #2B632C
Text Example
Text Example
White with #2B632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B632C; }
p { color: rgb(43,99,44); }
H1.HeaderClassName
{
color: #2B632C;
}
.AnyTagClassName
{
color: #2B632C;
}
</style>
background-color css
<style>
a { background-color: #2B632C; }
a { background-color: rgb(43,99,44); }
div.DivClassName
{
background-color: #2B632C;
}
.BgClassName
{
background-color: #2B632C;
}
</style>
border-color css
<style>
span { border-color: #2B632C; }
span { border-color: rgb(43,99,44); }
td.TdClassName
{
border-color: #2B632C;
}
.TagClassName
{
border-color: #2B632C;
}
</style>