Shades of Camarone #2B633D
Tints of Camarone #2B633D
RGB
CMYK
RGB Variations
Color information
#2B633D (or 0x2B633D) is known color: Camarone. HEX triplet: 2B, 63 and 3D. RGB value is (43,99,61). Sum of RGB (Red+Green+Blue) = 43+99+61=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #2B633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B633D is #D49CC2. Grayscale: #4E4E4E. Windows color (decimal): -13933763 or 4023083. OLE color: 4023083.
HSL color Cylindrical-coordinate representation of color #2B633D: hue angle of 139.29º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B633D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 61 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.61 |
| HSL | 139.29º | 0.39% | 0.28% | - |
| HSV(B) | 139.29º | 0.57% | 0.39% | - |
| XYZ | 6.3 | 9.77 | 5.97 | - |
| YUV | 77.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 61 | 0.57 | 0 | 0.38 | 0.61 | 139.29 | 0.39 | 0.28 |
| Hex | 2B | 63 | 3D | 39 | 0 | 26 | 3D | 8B | 27 | 1C |
| Octal | 53 | 143 | 75 | 71 | 0 | 46 | 75 | 213 | 47 | 34 |
| Binary | 101011 | 1100011 | 111101 | 111001 | 0 | 100110 | 111101 | 10001011 | 100111 | 11100 |
Color Harmonies of #2B633D
Complementary color
Monochromatic Colors of #2B633D
Black with #2B633D
Text Example
Text Example
White with #2B633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B633D; }
p { color: rgb(43,99,61); }
H1.HeaderClassName
{
color: #2B633D;
}
.AnyTagClassName
{
color: #2B633D;
}
</style>
background-color css
<style>
a { background-color: #2B633D; }
a { background-color: rgb(43,99,61); }
div.DivClassName
{
background-color: #2B633D;
}
.BgClassName
{
background-color: #2B633D;
}
</style>
border-color css
<style>
span { border-color: #2B633D; }
span { border-color: rgb(43,99,61); }
td.TdClassName
{
border-color: #2B633D;
}
.TagClassName
{
border-color: #2B633D;
}
</style>