Shades of San Felix #2B7131
Tints of San Felix #2B7131
RGB
CMYK
RGB Variations
Color information
#2B7131 (or 0x2B7131) is known color: San Felix. HEX triplet: 2B, 71 and 31. RGB value is (43,113,49). Sum of RGB (Red+Green+Blue) = 43+113+49=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7131 is #D48ECE. Grayscale: #545454. Windows color (decimal): -13930191 or 3240235. OLE color: 3240235.
HSL color Cylindrical-coordinate representation of color #2B7131: hue angle of 125.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7131 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 49 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.56 |
| HSL | 125.14º | 0.45% | 0.31% | - |
| HSV(B) | 125.14º | 0.62% | 0.44% | - |
| XYZ | 7.46 | 12.55 | 4.93 | - |
| YUV | 84.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 49 | 0.62 | 0 | 0.57 | 0.56 | 125.14 | 0.45 | 0.31 |
| Hex | 2B | 71 | 31 | 3E | 0 | 39 | 38 | 7D | 2D | 1F |
| Octal | 53 | 161 | 61 | 76 | 0 | 71 | 70 | 175 | 55 | 37 |
| Binary | 101011 | 1110001 | 110001 | 111110 | 0 | 111001 | 111000 | 1111101 | 101101 | 11111 |
Color Harmonies of #2B7131
Complementary color
Monochromatic Colors of #2B7131
Black with #2B7131
Text Example
Text Example
White with #2B7131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7131; }
p { color: rgb(43,113,49); }
H1.HeaderClassName
{
color: #2B7131;
}
.AnyTagClassName
{
color: #2B7131;
}
</style>
background-color css
<style>
a { background-color: #2B7131; }
a { background-color: rgb(43,113,49); }
div.DivClassName
{
background-color: #2B7131;
}
.BgClassName
{
background-color: #2B7131;
}
</style>
border-color css
<style>
span { border-color: #2B7131; }
span { border-color: rgb(43,113,49); }
td.TdClassName
{
border-color: #2B7131;
}
.TagClassName
{
border-color: #2B7131;
}
</style>