Shades of Camarone #2B613C
Tints of Camarone #2B613C
RGB
CMYK
RGB Variations
Color information
#2B613C (or 0x2B613C) is known color: Camarone. HEX triplet: 2B, 61 and 3C. RGB value is (43,97,60). Sum of RGB (Red+Green+Blue) = 43+97+60=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #2B613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B613C is #D49EC3. Grayscale: #4C4C4C. Windows color (decimal): -13934276 or 3957035. OLE color: 3957035.
HSL color Cylindrical-coordinate representation of color #2B613C: hue angle of 138.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B613C is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 60 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.62 |
| HSL | 138.89º | 0.39% | 0.27% | - |
| HSV(B) | 138.89º | 0.56% | 0.38% | - |
| XYZ | 6.09 | 9.39 | 5.77 | - |
| YUV | 76.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 60 | 0.56 | 0 | 0.38 | 0.62 | 138.89 | 0.39 | 0.27 |
| Hex | 2B | 61 | 3C | 38 | 0 | 26 | 3E | 8B | 27 | 1B |
| Octal | 53 | 141 | 74 | 70 | 0 | 46 | 76 | 213 | 47 | 33 |
| Binary | 101011 | 1100001 | 111100 | 111000 | 0 | 100110 | 111110 | 10001011 | 100111 | 11011 |
Color Harmonies of #2B613C
Complementary color
Monochromatic Colors of #2B613C
Black with #2B613C
Text Example
Text Example
White with #2B613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B613C; }
p { color: rgb(43,97,60); }
H1.HeaderClassName
{
color: #2B613C;
}
.AnyTagClassName
{
color: #2B613C;
}
</style>
background-color css
<style>
a { background-color: #2B613C; }
a { background-color: rgb(43,97,60); }
div.DivClassName
{
background-color: #2B613C;
}
.BgClassName
{
background-color: #2B613C;
}
</style>
border-color css
<style>
span { border-color: #2B613C; }
span { border-color: rgb(43,97,60); }
td.TdClassName
{
border-color: #2B613C;
}
.TagClassName
{
border-color: #2B613C;
}
</style>