Shades of Camarone #2B663C
Tints of Camarone #2B663C
RGB
CMYK
RGB Variations
Color information
#2B663C (or 0x2B663C) is known color: Camarone. HEX triplet: 2B, 66 and 3C. RGB value is (43,102,60). Sum of RGB (Red+Green+Blue) = 43+102+60=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #2B663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B663C is #D499C3. Grayscale: #4F4F4F. Windows color (decimal): -13932996 or 3958315. OLE color: 3958315.
HSL color Cylindrical-coordinate representation of color #2B663C: hue angle of 137.29º 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 #2B663C is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 60 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.6 |
| HSL | 137.29º | 0.41% | 0.28% | - |
| HSV(B) | 137.29º | 0.58% | 0.4% | - |
| XYZ | 6.56 | 10.34 | 5.93 | - |
| YUV | 79.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 60 | 0.58 | 0 | 0.41 | 0.6 | 137.29 | 0.41 | 0.28 |
| Hex | 2B | 66 | 3C | 3A | 0 | 29 | 3C | 89 | 29 | 1C |
| Octal | 53 | 146 | 74 | 72 | 0 | 51 | 74 | 211 | 51 | 34 |
| Binary | 101011 | 1100110 | 111100 | 111010 | 0 | 101001 | 111100 | 10001001 | 101001 | 11100 |
Color Harmonies of #2B663C
Complementary color
Monochromatic Colors of #2B663C
Black with #2B663C
Text Example
Text Example
White with #2B663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B663C; }
p { color: rgb(43,102,60); }
H1.HeaderClassName
{
color: #2B663C;
}
.AnyTagClassName
{
color: #2B663C;
}
</style>
background-color css
<style>
a { background-color: #2B663C; }
a { background-color: rgb(43,102,60); }
div.DivClassName
{
background-color: #2B663C;
}
.BgClassName
{
background-color: #2B663C;
}
</style>
border-color css
<style>
span { border-color: #2B663C; }
span { border-color: rgb(43,102,60); }
td.TdClassName
{
border-color: #2B663C;
}
.TagClassName
{
border-color: #2B663C;
}
</style>