Shades of Camarone #2B7242
Tints of Camarone #2B7242
RGB
CMYK
RGB Variations
Color information
#2B7242 (or 0x2B7242) is known color: Camarone. HEX triplet: 2B, 72 and 42. RGB value is (43,114,66). Sum of RGB (Red+Green+Blue) = 43+114+66=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7242 is #D48DBD. Grayscale: #575757. Windows color (decimal): -13929918 or 4354603. OLE color: 4354603.
HSL color Cylindrical-coordinate representation of color #2B7242: hue angle of 139.44º 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 #2B7242 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 66 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.55 |
| HSL | 139.44º | 0.45% | 0.31% | - |
| HSV(B) | 139.44º | 0.62% | 0.45% | - |
| XYZ | 8 | 12.94 | 7.23 | - |
| YUV | 87.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 66 | 0.62 | 0 | 0.42 | 0.55 | 139.44 | 0.45 | 0.31 |
| Hex | 2B | 72 | 42 | 3E | 0 | 2A | 37 | 8B | 2D | 1F |
| Octal | 53 | 162 | 102 | 76 | 0 | 52 | 67 | 213 | 55 | 37 |
| Binary | 101011 | 1110010 | 1000010 | 111110 | 0 | 101010 | 110111 | 10001011 | 101101 | 11111 |
Color Harmonies of #2B7242
Complementary color
Monochromatic Colors of #2B7242
Black with #2B7242
Text Example
Text Example
White with #2B7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7242; }
p { color: rgb(43,114,66); }
H1.HeaderClassName
{
color: #2B7242;
}
.AnyTagClassName
{
color: #2B7242;
}
</style>
background-color css
<style>
a { background-color: #2B7242; }
a { background-color: rgb(43,114,66); }
div.DivClassName
{
background-color: #2B7242;
}
.BgClassName
{
background-color: #2B7242;
}
</style>
border-color css
<style>
span { border-color: #2B7242; }
span { border-color: rgb(43,114,66); }
td.TdClassName
{
border-color: #2B7242;
}
.TagClassName
{
border-color: #2B7242;
}
</style>