Shades of San Felix #2B713A
Tints of San Felix #2B713A
RGB
CMYK
RGB Variations
Color information
#2B713A (or 0x2B713A) is known color: San Felix. HEX triplet: 2B, 71 and 3A. RGB value is (43,113,58). Sum of RGB (Red+Green+Blue) = 43+113+58=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #2B713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B713A is #D48EC5. Grayscale: #555555. Windows color (decimal): -13930182 or 3830059. OLE color: 3830059.
HSL color Cylindrical-coordinate representation of color #2B713A: hue angle of 132.86º 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 #2B713A is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 58 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.56 |
| HSL | 132.86º | 0.45% | 0.31% | - |
| HSV(B) | 132.86º | 0.62% | 0.44% | - |
| XYZ | 7.67 | 12.63 | 6.04 | - |
| YUV | 85.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 58 | 0.62 | 0 | 0.49 | 0.56 | 132.86 | 0.45 | 0.31 |
| Hex | 2B | 71 | 3A | 3E | 0 | 31 | 38 | 85 | 2D | 1F |
| Octal | 53 | 161 | 72 | 76 | 0 | 61 | 70 | 205 | 55 | 37 |
| Binary | 101011 | 1110001 | 111010 | 111110 | 0 | 110001 | 111000 | 10000101 | 101101 | 11111 |
Color Harmonies of #2B713A
Complementary color
Monochromatic Colors of #2B713A
Black with #2B713A
Text Example
Text Example
White with #2B713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B713A; }
p { color: rgb(43,113,58); }
H1.HeaderClassName
{
color: #2B713A;
}
.AnyTagClassName
{
color: #2B713A;
}
</style>
background-color css
<style>
a { background-color: #2B713A; }
a { background-color: rgb(43,113,58); }
div.DivClassName
{
background-color: #2B713A;
}
.BgClassName
{
background-color: #2B713A;
}
</style>
border-color css
<style>
span { border-color: #2B713A; }
span { border-color: rgb(43,113,58); }
td.TdClassName
{
border-color: #2B713A;
}
.TagClassName
{
border-color: #2B713A;
}
</style>