Shades of San Felix #2B6329
Tints of San Felix #2B6329
RGB
CMYK
RGB Variations
Color information
#2B6329 (or 0x2B6329) is known color: San Felix. HEX triplet: 2B, 63 and 29. RGB value is (43,99,41). Sum of RGB (Red+Green+Blue) = 43+99+41=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6329 is #D49CD6. Grayscale: #4B4B4B. Windows color (decimal): -13933783 or 2712363. OLE color: 2712363.
HSL color Cylindrical-coordinate representation of color #2B6329: hue angle of 117.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6329 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 41 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.61 |
| HSL | 117.93º | 0.41% | 0.27% | - |
| HSV(B) | 117.93º | 0.59% | 0.39% | - |
| XYZ | 5.86 | 9.6 | 3.64 | - |
| YUV | 75.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 41 | 0.57 | 0 | 0.59 | 0.61 | 117.93 | 0.41 | 0.27 |
| Hex | 2B | 63 | 29 | 39 | 0 | 3B | 3D | 76 | 29 | 1B |
| Octal | 53 | 143 | 51 | 71 | 0 | 73 | 75 | 166 | 51 | 33 |
| Binary | 101011 | 1100011 | 101001 | 111001 | 0 | 111011 | 111101 | 1110110 | 101001 | 11011 |
Color Harmonies of #2B6329
Complementary color
Monochromatic Colors of #2B6329
Black with #2B6329
Text Example
Text Example
White with #2B6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6329; }
p { color: rgb(43,99,41); }
H1.HeaderClassName
{
color: #2B6329;
}
.AnyTagClassName
{
color: #2B6329;
}
</style>
background-color css
<style>
a { background-color: #2B6329; }
a { background-color: rgb(43,99,41); }
div.DivClassName
{
background-color: #2B6329;
}
.BgClassName
{
background-color: #2B6329;
}
</style>
border-color css
<style>
span { border-color: #2B6329; }
span { border-color: rgb(43,99,41); }
td.TdClassName
{
border-color: #2B6329;
}
.TagClassName
{
border-color: #2B6329;
}
</style>