Shades of San Felix #2B7438
Tints of San Felix #2B7438
RGB
CMYK
RGB Variations
Color information
#2B7438 (or 0x2B7438) is known color: San Felix. HEX triplet: 2B, 74 and 38. RGB value is (43,116,56). Sum of RGB (Red+Green+Blue) = 43+116+56=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7438 is #D48BC7. Grayscale: #575757. Windows color (decimal): -13929416 or 3699755. OLE color: 3699755.
HSL color Cylindrical-coordinate representation of color #2B7438: hue angle of 130.68º 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 #2B7438 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 56 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.55 |
| HSL | 130.68º | 0.46% | 0.31% | - |
| HSV(B) | 130.68º | 0.63% | 0.45% | - |
| XYZ | 7.96 | 13.29 | 5.89 | - |
| YUV | 87.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 56 | 0.63 | 0 | 0.52 | 0.55 | 130.68 | 0.46 | 0.31 |
| Hex | 2B | 74 | 38 | 3F | 0 | 34 | 37 | 83 | 2E | 1F |
| Octal | 53 | 164 | 70 | 77 | 0 | 64 | 67 | 203 | 56 | 37 |
| Binary | 101011 | 1110100 | 111000 | 111111 | 0 | 110100 | 110111 | 10000011 | 101110 | 11111 |
Color Harmonies of #2B7438
Complementary color
Monochromatic Colors of #2B7438
Black with #2B7438
Text Example
Text Example
White with #2B7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7438; }
p { color: rgb(43,116,56); }
H1.HeaderClassName
{
color: #2B7438;
}
.AnyTagClassName
{
color: #2B7438;
}
</style>
background-color css
<style>
a { background-color: #2B7438; }
a { background-color: rgb(43,116,56); }
div.DivClassName
{
background-color: #2B7438;
}
.BgClassName
{
background-color: #2B7438;
}
</style>
border-color css
<style>
span { border-color: #2B7438; }
span { border-color: rgb(43,116,56); }
td.TdClassName
{
border-color: #2B7438;
}
.TagClassName
{
border-color: #2B7438;
}
</style>