Shades of San Felix #2B6521
Tints of San Felix #2B6521
RGB
CMYK
RGB Variations
Color information
#2B6521 (or 0x2B6521) is known color: San Felix. HEX triplet: 2B, 65 and 21. RGB value is (43,101,33). Sum of RGB (Red+Green+Blue) = 43+101+33=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6521 is #D49ADE. Grayscale: #4C4C4C. Windows color (decimal): -13933279 or 2188587. OLE color: 2188587.
HSL color Cylindrical-coordinate representation of color #2B6521: hue angle of 111.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B6521 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 33 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.60 |
| HSL | 111.18º | 0.51% | 0.26% | - |
| HSV(B) | 111.18º | 0.67% | 0.4% | - |
| XYZ | 5.92 | 9.93 | 3.04 | - |
| YUV | 75.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 33 | 0.57 | 0 | 0.67 | 0.60 | 111.18 | 0.51 | 0.26 |
| Hex | 2B | 65 | 21 | 39 | 0 | 43 | 3C | 6F | 33 | 1A |
| Octal | 53 | 145 | 41 | 71 | 0 | 103 | 74 | 157 | 63 | 32 |
| Binary | 101011 | 1100101 | 100001 | 111001 | 0 | 1000011 | 111100 | 1101111 | 110011 | 11010 |
Color Harmonies of #2B6521
Complementary color
Monochromatic Colors of #2B6521
Black with #2B6521
Text Example
Text Example
White with #2B6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6521; }
p { color: rgb(43,101,33); }
H1.HeaderClassName
{
color: #2B6521;
}
.AnyTagClassName
{
color: #2B6521;
}
</style>
background-color css
<style>
a { background-color: #2B6521; }
a { background-color: rgb(43,101,33); }
div.DivClassName
{
background-color: #2B6521;
}
.BgClassName
{
background-color: #2B6521;
}
</style>
border-color css
<style>
span { border-color: #2B6521; }
span { border-color: rgb(43,101,33); }
td.TdClassName
{
border-color: #2B6521;
}
.TagClassName
{
border-color: #2B6521;
}
</style>