Shades of San Felix #2B722D
Tints of San Felix #2B722D
RGB
CMYK
RGB Variations
Color information
#2B722D (or 0x2B722D) is known color: San Felix. HEX triplet: 2B, 72 and 2D. RGB value is (43,114,45). Sum of RGB (Red+Green+Blue) = 43+114+45=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #2B722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B722D is #D48DD2. Grayscale: #555555. Windows color (decimal): -13929939 or 2978347. OLE color: 2978347.
HSL color Cylindrical-coordinate representation of color #2B722D: hue angle of 121.69º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B722D is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 45 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.55 |
| HSL | 121.69º | 0.45% | 0.31% | - |
| HSV(B) | 121.69º | 0.62% | 0.45% | - |
| XYZ | 7.49 | 12.74 | 4.55 | - |
| YUV | 84.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 45 | 0.62 | 0 | 0.61 | 0.55 | 121.69 | 0.45 | 0.31 |
| Hex | 2B | 72 | 2D | 3E | 0 | 3D | 37 | 7A | 2D | 1F |
| Octal | 53 | 162 | 55 | 76 | 0 | 75 | 67 | 172 | 55 | 37 |
| Binary | 101011 | 1110010 | 101101 | 111110 | 0 | 111101 | 110111 | 1111010 | 101101 | 11111 |
Color Harmonies of #2B722D
Complementary color
Monochromatic Colors of #2B722D
Black with #2B722D
Text Example
Text Example
White with #2B722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B722D; }
p { color: rgb(43,114,45); }
H1.HeaderClassName
{
color: #2B722D;
}
.AnyTagClassName
{
color: #2B722D;
}
</style>
background-color css
<style>
a { background-color: #2B722D; }
a { background-color: rgb(43,114,45); }
div.DivClassName
{
background-color: #2B722D;
}
.BgClassName
{
background-color: #2B722D;
}
</style>
border-color css
<style>
span { border-color: #2B722D; }
span { border-color: rgb(43,114,45); }
td.TdClassName
{
border-color: #2B722D;
}
.TagClassName
{
border-color: #2B722D;
}
</style>