Shades of Camarone #2B673D
Tints of Camarone #2B673D
RGB
CMYK
RGB Variations
Color information
#2B673D (or 0x2B673D) is known color: Camarone. HEX triplet: 2B, 67 and 3D. RGB value is (43,103,61). Sum of RGB (Red+Green+Blue) = 43+103+61=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #2B673D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B673D is #D498C2. Grayscale: #505050. Windows color (decimal): -13932739 or 4024107. OLE color: 4024107.
HSL color Cylindrical-coordinate representation of color #2B673D: hue angle of 138º 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 #2B673D is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 61 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.60 |
| HSL | 138º | 0.41% | 0.29% | - |
| HSV(B) | 138º | 0.58% | 0.4% | - |
| XYZ | 6.69 | 10.55 | 6.1 | - |
| YUV | 80.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 61 | 0.58 | 0 | 0.41 | 0.60 | 138 | 0.41 | 0.29 |
| Hex | 2B | 67 | 3D | 3A | 0 | 29 | 3C | 8A | 29 | 1D |
| Octal | 53 | 147 | 75 | 72 | 0 | 51 | 74 | 212 | 51 | 35 |
| Binary | 101011 | 1100111 | 111101 | 111010 | 0 | 101001 | 111100 | 10001010 | 101001 | 11101 |
Color Harmonies of #2B673D
Complementary color
Monochromatic Colors of #2B673D
Black with #2B673D
Text Example
Text Example
White with #2B673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B673D; }
p { color: rgb(43,103,61); }
H1.HeaderClassName
{
color: #2B673D;
}
.AnyTagClassName
{
color: #2B673D;
}
</style>
background-color css
<style>
a { background-color: #2B673D; }
a { background-color: rgb(43,103,61); }
div.DivClassName
{
background-color: #2B673D;
}
.BgClassName
{
background-color: #2B673D;
}
</style>
border-color css
<style>
span { border-color: #2B673D; }
span { border-color: rgb(43,103,61); }
td.TdClassName
{
border-color: #2B673D;
}
.TagClassName
{
border-color: #2B673D;
}
</style>