Shades of San Felix #2B6532
Tints of San Felix #2B6532
RGB
CMYK
RGB Variations
Color information
#2B6532 (or 0x2B6532) is known color: San Felix. HEX triplet: 2B, 65 and 32. RGB value is (43,101,50). Sum of RGB (Red+Green+Blue) = 43+101+50=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6532 is #D49ACD. Grayscale: #4D4D4D. Windows color (decimal): -13933262 or 3302699. OLE color: 3302699.
HSL color Cylindrical-coordinate representation of color #2B6532: hue angle of 127.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6532 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 50 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.60 |
| HSL | 127.24º | 0.4% | 0.28% | - |
| HSV(B) | 127.24º | 0.57% | 0.4% | - |
| XYZ | 6.23 | 10.05 | 4.63 | - |
| YUV | 77.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 50 | 0.57 | 0 | 0.50 | 0.60 | 127.24 | 0.4 | 0.28 |
| Hex | 2B | 65 | 32 | 39 | 0 | 32 | 3C | 7F | 28 | 1C |
| Octal | 53 | 145 | 62 | 71 | 0 | 62 | 74 | 177 | 50 | 34 |
| Binary | 101011 | 1100101 | 110010 | 111001 | 0 | 110010 | 111100 | 1111111 | 101000 | 11100 |
Color Harmonies of #2B6532
Complementary color
Monochromatic Colors of #2B6532
Black with #2B6532
Text Example
Text Example
White with #2B6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6532; }
p { color: rgb(43,101,50); }
H1.HeaderClassName
{
color: #2B6532;
}
.AnyTagClassName
{
color: #2B6532;
}
</style>
background-color css
<style>
a { background-color: #2B6532; }
a { background-color: rgb(43,101,50); }
div.DivClassName
{
background-color: #2B6532;
}
.BgClassName
{
background-color: #2B6532;
}
</style>
border-color css
<style>
span { border-color: #2B6532; }
span { border-color: rgb(43,101,50); }
td.TdClassName
{
border-color: #2B6532;
}
.TagClassName
{
border-color: #2B6532;
}
</style>