Shades of Camarone #2B713E
Tints of Camarone #2B713E
RGB
CMYK
RGB Variations
Color information
#2B713E (or 0x2B713E) is known color: Camarone. HEX triplet: 2B, 71 and 3E. RGB value is (43,113,62). Sum of RGB (Red+Green+Blue) = 43+113+62=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #2B713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B713E is #D48EC1. Grayscale: #565656. Windows color (decimal): -13930178 or 4092203. OLE color: 4092203.
HSL color Cylindrical-coordinate representation of color #2B713E: hue angle of 136.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B713E is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 62 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.56 |
| HSL | 136.29º | 0.45% | 0.31% | - |
| HSV(B) | 136.29º | 0.62% | 0.44% | - |
| XYZ | 7.77 | 12.67 | 6.59 | - |
| YUV | 86.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 62 | 0.62 | 0 | 0.45 | 0.56 | 136.29 | 0.45 | 0.31 |
| Hex | 2B | 71 | 3E | 3E | 0 | 2D | 38 | 88 | 2D | 1F |
| Octal | 53 | 161 | 76 | 76 | 0 | 55 | 70 | 210 | 55 | 37 |
| Binary | 101011 | 1110001 | 111110 | 111110 | 0 | 101101 | 111000 | 10001000 | 101101 | 11111 |
Color Harmonies of #2B713E
Complementary color
Monochromatic Colors of #2B713E
Black with #2B713E
Text Example
Text Example
White with #2B713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B713E; }
p { color: rgb(43,113,62); }
H1.HeaderClassName
{
color: #2B713E;
}
.AnyTagClassName
{
color: #2B713E;
}
</style>
background-color css
<style>
a { background-color: #2B713E; }
a { background-color: rgb(43,113,62); }
div.DivClassName
{
background-color: #2B713E;
}
.BgClassName
{
background-color: #2B713E;
}
</style>
border-color css
<style>
span { border-color: #2B713E; }
span { border-color: rgb(43,113,62); }
td.TdClassName
{
border-color: #2B713E;
}
.TagClassName
{
border-color: #2B713E;
}
</style>