Shades of San Felix #2B6736
Tints of San Felix #2B6736
RGB
CMYK
RGB Variations
Color information
#2B6736 (or 0x2B6736) is known color: San Felix. HEX triplet: 2B, 67 and 36. RGB value is (43,103,54). Sum of RGB (Red+Green+Blue) = 43+103+54=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6736 is #D498C9. Grayscale: #4F4F4F. Windows color (decimal): -13932746 or 3565355. OLE color: 3565355.
HSL color Cylindrical-coordinate representation of color #2B6736: hue angle of 131º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6736 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 54 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.60 |
| HSL | 131º | 0.41% | 0.29% | - |
| HSV(B) | 131º | 0.58% | 0.4% | - |
| XYZ | 6.51 | 10.48 | 5.17 | - |
| YUV | 79.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 54 | 0.58 | 0 | 0.48 | 0.60 | 131 | 0.41 | 0.29 |
| Hex | 2B | 67 | 36 | 3A | 0 | 30 | 3C | 83 | 29 | 1D |
| Octal | 53 | 147 | 66 | 72 | 0 | 60 | 74 | 203 | 51 | 35 |
| Binary | 101011 | 1100111 | 110110 | 111010 | 0 | 110000 | 111100 | 10000011 | 101001 | 11101 |
Color Harmonies of #2B6736
Complementary color
Monochromatic Colors of #2B6736
Black with #2B6736
Text Example
Text Example
White with #2B6736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6736; }
p { color: rgb(43,103,54); }
H1.HeaderClassName
{
color: #2B6736;
}
.AnyTagClassName
{
color: #2B6736;
}
</style>
background-color css
<style>
a { background-color: #2B6736; }
a { background-color: rgb(43,103,54); }
div.DivClassName
{
background-color: #2B6736;
}
.BgClassName
{
background-color: #2B6736;
}
</style>
border-color css
<style>
span { border-color: #2B6736; }
span { border-color: rgb(43,103,54); }
td.TdClassName
{
border-color: #2B6736;
}
.TagClassName
{
border-color: #2B6736;
}
</style>