Shades of San Felix #2B6C32
Tints of San Felix #2B6C32
RGB
CMYK
RGB Variations
Color information
#2B6C32 (or 0x2B6C32) is known color: San Felix. HEX triplet: 2B, 6C and 32. RGB value is (43,108,50). Sum of RGB (Red+Green+Blue) = 43+108+50=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6C32 is #D493CD. Grayscale: #525252. Windows color (decimal): -13931470 or 3304491. OLE color: 3304491.
HSL color Cylindrical-coordinate representation of color #2B6C32: hue angle of 126.46º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6C32 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 108 | 50 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.58 |
| HSL | 126.46º | 0.43% | 0.3% | - |
| HSV(B) | 126.46º | 0.6% | 0.42% | - |
| XYZ | 6.93 | 11.47 | 4.87 | - |
| YUV | 81.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 50 | 0.60 | 0 | 0.54 | 0.58 | 126.46 | 0.43 | 0.3 |
| Hex | 2B | 6C | 32 | 3C | 0 | 36 | 3A | 7E | 2B | 1E |
| Octal | 53 | 154 | 62 | 74 | 0 | 66 | 72 | 176 | 53 | 36 |
| Binary | 101011 | 1101100 | 110010 | 111100 | 0 | 110110 | 111010 | 1111110 | 101011 | 11110 |
Color Harmonies of #2B6C32
Complementary color
Monochromatic Colors of #2B6C32
Black with #2B6C32
Text Example
Text Example
White with #2B6C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6C32; }
p { color: rgb(43,108,50); }
H1.HeaderClassName
{
color: #2B6C32;
}
.AnyTagClassName
{
color: #2B6C32;
}
</style>
background-color css
<style>
a { background-color: #2B6C32; }
a { background-color: rgb(43,108,50); }
div.DivClassName
{
background-color: #2B6C32;
}
.BgClassName
{
background-color: #2B6C32;
}
</style>
border-color css
<style>
span { border-color: #2B6C32; }
span { border-color: rgb(43,108,50); }
td.TdClassName
{
border-color: #2B6C32;
}
.TagClassName
{
border-color: #2B6C32;
}
</style>