Shades of San Felix #2B6721
Tints of San Felix #2B6721
RGB
CMYK
RGB Variations
Color information
#2B6721 (or 0x2B6721) is known color: San Felix. HEX triplet: 2B, 67 and 21. RGB value is (43,103,33). Sum of RGB (Red+Green+Blue) = 43+103+33=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6721 is #D498DE. Grayscale: #4D4D4D. Windows color (decimal): -13932767 or 2189099. OLE color: 2189099.
HSL color Cylindrical-coordinate representation of color #2B6721: hue angle of 111.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6721 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 33 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.60 |
| HSL | 111.43º | 0.51% | 0.27% | - |
| HSV(B) | 111.43º | 0.68% | 0.4% | - |
| XYZ | 6.12 | 10.32 | 3.11 | - |
| YUV | 77.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 33 | 0.58 | 0 | 0.68 | 0.60 | 111.43 | 0.51 | 0.27 |
| Hex | 2B | 67 | 21 | 3A | 0 | 44 | 3C | 6F | 33 | 1B |
| Octal | 53 | 147 | 41 | 72 | 0 | 104 | 74 | 157 | 63 | 33 |
| Binary | 101011 | 1100111 | 100001 | 111010 | 0 | 1000100 | 111100 | 1101111 | 110011 | 11011 |
Color Harmonies of #2B6721
Complementary color
Monochromatic Colors of #2B6721
Black with #2B6721
Text Example
Text Example
White with #2B6721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6721; }
p { color: rgb(43,103,33); }
H1.HeaderClassName
{
color: #2B6721;
}
.AnyTagClassName
{
color: #2B6721;
}
</style>
background-color css
<style>
a { background-color: #2B6721; }
a { background-color: rgb(43,103,33); }
div.DivClassName
{
background-color: #2B6721;
}
.BgClassName
{
background-color: #2B6721;
}
</style>
border-color css
<style>
span { border-color: #2B6721; }
span { border-color: rgb(43,103,33); }
td.TdClassName
{
border-color: #2B6721;
}
.TagClassName
{
border-color: #2B6721;
}
</style>