Shades of San Felix #2B7436
Tints of San Felix #2B7436
RGB
CMYK
RGB Variations
Color information
#2B7436 (or 0x2B7436) is known color: San Felix. HEX triplet: 2B, 74 and 36. RGB value is (43,116,54). Sum of RGB (Red+Green+Blue) = 43+116+54=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7436 is #D48BC9. Grayscale: #575757. Windows color (decimal): -13929418 or 3568683. OLE color: 3568683.
HSL color Cylindrical-coordinate representation of color #2B7436: hue angle of 129.04º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7436 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 54 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.55 |
| HSL | 129.04º | 0.46% | 0.31% | - |
| HSV(B) | 129.04º | 0.63% | 0.45% | - |
| XYZ | 7.91 | 13.27 | 5.63 | - |
| YUV | 87.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 54 | 0.63 | 0 | 0.53 | 0.55 | 129.04 | 0.46 | 0.31 |
| Hex | 2B | 74 | 36 | 3F | 0 | 35 | 37 | 81 | 2E | 1F |
| Octal | 53 | 164 | 66 | 77 | 0 | 65 | 67 | 201 | 56 | 37 |
| Binary | 101011 | 1110100 | 110110 | 111111 | 0 | 110101 | 110111 | 10000001 | 101110 | 11111 |
Color Harmonies of #2B7436
Complementary color
Monochromatic Colors of #2B7436
Black with #2B7436
Text Example
Text Example
White with #2B7436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7436; }
p { color: rgb(43,116,54); }
H1.HeaderClassName
{
color: #2B7436;
}
.AnyTagClassName
{
color: #2B7436;
}
</style>
background-color css
<style>
a { background-color: #2B7436; }
a { background-color: rgb(43,116,54); }
div.DivClassName
{
background-color: #2B7436;
}
.BgClassName
{
background-color: #2B7436;
}
</style>
border-color css
<style>
span { border-color: #2B7436; }
span { border-color: rgb(43,116,54); }
td.TdClassName
{
border-color: #2B7436;
}
.TagClassName
{
border-color: #2B7436;
}
</style>