Shades of Camarone #2B7240
Tints of Camarone #2B7240
RGB
CMYK
RGB Variations
Color information
#2B7240 (or 0x2B7240) is known color: Camarone. HEX triplet: 2B, 72 and 40. RGB value is (43,114,64). Sum of RGB (Red+Green+Blue) = 43+114+64=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7240 is #D48DBF. Grayscale: #575757. Windows color (decimal): -13929920 or 4223531. OLE color: 4223531.
HSL color Cylindrical-coordinate representation of color #2B7240: hue angle of 137.75º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7240 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 64 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.55 |
| HSL | 137.75º | 0.45% | 0.31% | - |
| HSV(B) | 137.75º | 0.62% | 0.45% | - |
| XYZ | 7.94 | 12.92 | 6.93 | - |
| YUV | 87.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 64 | 0.62 | 0 | 0.44 | 0.55 | 137.75 | 0.45 | 0.31 |
| Hex | 2B | 72 | 40 | 3E | 0 | 2C | 37 | 8A | 2D | 1F |
| Octal | 53 | 162 | 100 | 76 | 0 | 54 | 67 | 212 | 55 | 37 |
| Binary | 101011 | 1110010 | 1000000 | 111110 | 0 | 101100 | 110111 | 10001010 | 101101 | 11111 |
Color Harmonies of #2B7240
Complementary color
Monochromatic Colors of #2B7240
Black with #2B7240
Text Example
Text Example
White with #2B7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7240; }
p { color: rgb(43,114,64); }
H1.HeaderClassName
{
color: #2B7240;
}
.AnyTagClassName
{
color: #2B7240;
}
</style>
background-color css
<style>
a { background-color: #2B7240; }
a { background-color: rgb(43,114,64); }
div.DivClassName
{
background-color: #2B7240;
}
.BgClassName
{
background-color: #2B7240;
}
</style>
border-color css
<style>
span { border-color: #2B7240; }
span { border-color: rgb(43,114,64); }
td.TdClassName
{
border-color: #2B7240;
}
.TagClassName
{
border-color: #2B7240;
}
</style>