Shades of San Felix #2B743B
Tints of San Felix #2B743B
RGB
CMYK
RGB Variations
Color information
#2B743B (or 0x2B743B) is known color: San Felix. HEX triplet: 2B, 74 and 3B. RGB value is (43,116,59). Sum of RGB (Red+Green+Blue) = 43+116+59=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #2B743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B743B is #D48BC4. Grayscale: #575757. Windows color (decimal): -13929413 or 3896363. OLE color: 3896363.
HSL color Cylindrical-coordinate representation of color #2B743B: hue angle of 133.15º 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 #2B743B is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 59 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.55 |
| HSL | 133.15º | 0.46% | 0.31% | - |
| HSV(B) | 133.15º | 0.63% | 0.45% | - |
| XYZ | 8.03 | 13.32 | 6.29 | - |
| YUV | 87.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 59 | 0.63 | 0 | 0.49 | 0.55 | 133.15 | 0.46 | 0.31 |
| Hex | 2B | 74 | 3B | 3F | 0 | 31 | 37 | 85 | 2E | 1F |
| Octal | 53 | 164 | 73 | 77 | 0 | 61 | 67 | 205 | 56 | 37 |
| Binary | 101011 | 1110100 | 111011 | 111111 | 0 | 110001 | 110111 | 10000101 | 101110 | 11111 |
Color Harmonies of #2B743B
Complementary color
Monochromatic Colors of #2B743B
Black with #2B743B
Text Example
Text Example
White with #2B743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B743B; }
p { color: rgb(43,116,59); }
H1.HeaderClassName
{
color: #2B743B;
}
.AnyTagClassName
{
color: #2B743B;
}
</style>
background-color css
<style>
a { background-color: #2B743B; }
a { background-color: rgb(43,116,59); }
div.DivClassName
{
background-color: #2B743B;
}
.BgClassName
{
background-color: #2B743B;
}
</style>
border-color css
<style>
span { border-color: #2B743B; }
span { border-color: rgb(43,116,59); }
td.TdClassName
{
border-color: #2B743B;
}
.TagClassName
{
border-color: #2B743B;
}
</style>