Shades of Camarone #2B663B
Tints of Camarone #2B663B
RGB
CMYK
RGB Variations
Color information
#2B663B (or 0x2B663B) is known color: Camarone. HEX triplet: 2B, 66 and 3B. RGB value is (43,102,59). Sum of RGB (Red+Green+Blue) = 43+102+59=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #2B663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B663B is #D499C4. Grayscale: #4F4F4F. Windows color (decimal): -13932997 or 3892779. OLE color: 3892779.
HSL color Cylindrical-coordinate representation of color #2B663B: hue angle of 136.27º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B663B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 59 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.6 |
| HSL | 136.27º | 0.41% | 0.28% | - |
| HSV(B) | 136.27º | 0.58% | 0.4% | - |
| XYZ | 6.54 | 10.33 | 5.79 | - |
| YUV | 79.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 59 | 0.58 | 0 | 0.42 | 0.6 | 136.27 | 0.41 | 0.28 |
| Hex | 2B | 66 | 3B | 3A | 0 | 2A | 3C | 88 | 29 | 1C |
| Octal | 53 | 146 | 73 | 72 | 0 | 52 | 74 | 210 | 51 | 34 |
| Binary | 101011 | 1100110 | 111011 | 111010 | 0 | 101010 | 111100 | 10001000 | 101001 | 11100 |
Color Harmonies of #2B663B
Complementary color
Monochromatic Colors of #2B663B
Black with #2B663B
Text Example
Text Example
White with #2B663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B663B; }
p { color: rgb(43,102,59); }
H1.HeaderClassName
{
color: #2B663B;
}
.AnyTagClassName
{
color: #2B663B;
}
</style>
background-color css
<style>
a { background-color: #2B663B; }
a { background-color: rgb(43,102,59); }
div.DivClassName
{
background-color: #2B663B;
}
.BgClassName
{
background-color: #2B663B;
}
</style>
border-color css
<style>
span { border-color: #2B663B; }
span { border-color: rgb(43,102,59); }
td.TdClassName
{
border-color: #2B663B;
}
.TagClassName
{
border-color: #2B663B;
}
</style>