Shades of San Felix #2B632A
Tints of San Felix #2B632A
RGB
CMYK
RGB Variations
Color information
#2B632A (or 0x2B632A) is known color: San Felix. HEX triplet: 2B, 63 and 2A. RGB value is (43,99,42). Sum of RGB (Red+Green+Blue) = 43+99+42=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #2B632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B632A is #D49CD5. Grayscale: #4B4B4B. Windows color (decimal): -13933782 or 2777899. OLE color: 2777899.
HSL color Cylindrical-coordinate representation of color #2B632A: hue angle of 118.95º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B632A is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 42 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.61 |
| HSL | 118.95º | 0.4% | 0.28% | - |
| HSV(B) | 118.95º | 0.58% | 0.39% | - |
| XYZ | 5.88 | 9.6 | 3.73 | - |
| YUV | 75.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 42 | 0.57 | 0 | 0.58 | 0.61 | 118.95 | 0.4 | 0.28 |
| Hex | 2B | 63 | 2A | 39 | 0 | 3A | 3D | 77 | 28 | 1C |
| Octal | 53 | 143 | 52 | 71 | 0 | 72 | 75 | 167 | 50 | 34 |
| Binary | 101011 | 1100011 | 101010 | 111001 | 0 | 111010 | 111101 | 1110111 | 101000 | 11100 |
Color Harmonies of #2B632A
Complementary color
Monochromatic Colors of #2B632A
Black with #2B632A
Text Example
Text Example
White with #2B632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B632A; }
p { color: rgb(43,99,42); }
H1.HeaderClassName
{
color: #2B632A;
}
.AnyTagClassName
{
color: #2B632A;
}
</style>
background-color css
<style>
a { background-color: #2B632A; }
a { background-color: rgb(43,99,42); }
div.DivClassName
{
background-color: #2B632A;
}
.BgClassName
{
background-color: #2B632A;
}
</style>
border-color css
<style>
span { border-color: #2B632A; }
span { border-color: rgb(43,99,42); }
td.TdClassName
{
border-color: #2B632A;
}
.TagClassName
{
border-color: #2B632A;
}
</style>