Shades of Camarone #2B713B
Tints of Camarone #2B713B
RGB
CMYK
RGB Variations
Color information
#2B713B (or 0x2B713B) is known color: Camarone. HEX triplet: 2B, 71 and 3B. RGB value is (43,113,59). Sum of RGB (Red+Green+Blue) = 43+113+59=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #2B713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B713B is #D48EC4. Grayscale: #565656. Windows color (decimal): -13930181 or 3895595. OLE color: 3895595.
HSL color Cylindrical-coordinate representation of color #2B713B: hue angle of 133.71º 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 #2B713B is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 59 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.56 |
| HSL | 133.71º | 0.45% | 0.31% | - |
| HSV(B) | 133.71º | 0.62% | 0.44% | - |
| XYZ | 7.69 | 12.64 | 6.17 | - |
| YUV | 85.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 59 | 0.62 | 0 | 0.48 | 0.56 | 133.71 | 0.45 | 0.31 |
| Hex | 2B | 71 | 3B | 3E | 0 | 30 | 38 | 86 | 2D | 1F |
| Octal | 53 | 161 | 73 | 76 | 0 | 60 | 70 | 206 | 55 | 37 |
| Binary | 101011 | 1110001 | 111011 | 111110 | 0 | 110000 | 111000 | 10000110 | 101101 | 11111 |
Color Harmonies of #2B713B
Complementary color
Monochromatic Colors of #2B713B
Black with #2B713B
Text Example
Text Example
White with #2B713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B713B; }
p { color: rgb(43,113,59); }
H1.HeaderClassName
{
color: #2B713B;
}
.AnyTagClassName
{
color: #2B713B;
}
</style>
background-color css
<style>
a { background-color: #2B713B; }
a { background-color: rgb(43,113,59); }
div.DivClassName
{
background-color: #2B713B;
}
.BgClassName
{
background-color: #2B713B;
}
</style>
border-color css
<style>
span { border-color: #2B713B; }
span { border-color: rgb(43,113,59); }
td.TdClassName
{
border-color: #2B713B;
}
.TagClassName
{
border-color: #2B713B;
}
</style>