Shades of Camarone #2B673C
Tints of Camarone #2B673C
RGB
CMYK
RGB Variations
Color information
#2B673C (or 0x2B673C) is known color: Camarone. HEX triplet: 2B, 67 and 3C. RGB value is (43,103,60). Sum of RGB (Red+Green+Blue) = 43+103+60=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #2B673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B673C is #D498C3. Grayscale: #505050. Windows color (decimal): -13932740 or 3958571. OLE color: 3958571.
HSL color Cylindrical-coordinate representation of color #2B673C: hue angle of 137º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B673C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 60 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.60 |
| HSL | 137º | 0.41% | 0.29% | - |
| HSV(B) | 137º | 0.58% | 0.4% | - |
| XYZ | 6.66 | 10.54 | 5.96 | - |
| YUV | 80.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 60 | 0.58 | 0 | 0.42 | 0.60 | 137 | 0.41 | 0.29 |
| Hex | 2B | 67 | 3C | 3A | 0 | 2A | 3C | 89 | 29 | 1D |
| Octal | 53 | 147 | 74 | 72 | 0 | 52 | 74 | 211 | 51 | 35 |
| Binary | 101011 | 1100111 | 111100 | 111010 | 0 | 101010 | 111100 | 10001001 | 101001 | 11101 |
Color Harmonies of #2B673C
Complementary color
Monochromatic Colors of #2B673C
Black with #2B673C
Text Example
Text Example
White with #2B673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B673C; }
p { color: rgb(43,103,60); }
H1.HeaderClassName
{
color: #2B673C;
}
.AnyTagClassName
{
color: #2B673C;
}
</style>
background-color css
<style>
a { background-color: #2B673C; }
a { background-color: rgb(43,103,60); }
div.DivClassName
{
background-color: #2B673C;
}
.BgClassName
{
background-color: #2B673C;
}
</style>
border-color css
<style>
span { border-color: #2B673C; }
span { border-color: rgb(43,103,60); }
td.TdClassName
{
border-color: #2B673C;
}
.TagClassName
{
border-color: #2B673C;
}
</style>