Shades of San Felix #2B7537
Tints of San Felix #2B7537
RGB
CMYK
RGB Variations
Color information
#2B7537 (or 0x2B7537) is known color: San Felix. HEX triplet: 2B, 75 and 37. RGB value is (43,117,55). Sum of RGB (Red+Green+Blue) = 43+117+55=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7537 is #D48AC8. Grayscale: #575757. Windows color (decimal): -13929161 or 3634475. OLE color: 3634475.
HSL color Cylindrical-coordinate representation of color #2B7537: hue angle of 129.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7537 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 55 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.54 |
| HSL | 129.73º | 0.46% | 0.31% | - |
| HSV(B) | 129.73º | 0.63% | 0.46% | - |
| XYZ | 8.05 | 13.51 | 5.8 | - |
| YUV | 87.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 55 | 0.63 | 0 | 0.53 | 0.54 | 129.73 | 0.46 | 0.31 |
| Hex | 2B | 75 | 37 | 3F | 0 | 35 | 36 | 82 | 2E | 1F |
| Octal | 53 | 165 | 67 | 77 | 0 | 65 | 66 | 202 | 56 | 37 |
| Binary | 101011 | 1110101 | 110111 | 111111 | 0 | 110101 | 110110 | 10000010 | 101110 | 11111 |
Color Harmonies of #2B7537
Complementary color
Monochromatic Colors of #2B7537
Black with #2B7537
Text Example
Text Example
White with #2B7537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7537; }
p { color: rgb(43,117,55); }
H1.HeaderClassName
{
color: #2B7537;
}
.AnyTagClassName
{
color: #2B7537;
}
</style>
background-color css
<style>
a { background-color: #2B7537; }
a { background-color: rgb(43,117,55); }
div.DivClassName
{
background-color: #2B7537;
}
.BgClassName
{
background-color: #2B7537;
}
</style>
border-color css
<style>
span { border-color: #2B7537; }
span { border-color: rgb(43,117,55); }
td.TdClassName
{
border-color: #2B7537;
}
.TagClassName
{
border-color: #2B7537;
}
</style>