Shades of Camarone #2B633B
Tints of Camarone #2B633B
RGB
CMYK
RGB Variations
Color information
#2B633B (or 0x2B633B) is known color: Camarone. HEX triplet: 2B, 63 and 3B. RGB value is (43,99,59). Sum of RGB (Red+Green+Blue) = 43+99+59=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #2B633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B633B is #D49CC4. Grayscale: #4D4D4D. Windows color (decimal): -13933765 or 3892011. OLE color: 3892011.
HSL color Cylindrical-coordinate representation of color #2B633B: hue angle of 137.14º 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 #2B633B is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 59 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.61 |
| HSL | 137.14º | 0.39% | 0.28% | - |
| HSV(B) | 137.14º | 0.57% | 0.39% | - |
| XYZ | 6.25 | 9.75 | 5.69 | - |
| YUV | 77.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 59 | 0.57 | 0 | 0.40 | 0.61 | 137.14 | 0.39 | 0.28 |
| Hex | 2B | 63 | 3B | 39 | 0 | 28 | 3D | 89 | 27 | 1C |
| Octal | 53 | 143 | 73 | 71 | 0 | 50 | 75 | 211 | 47 | 34 |
| Binary | 101011 | 1100011 | 111011 | 111001 | 0 | 101000 | 111101 | 10001001 | 100111 | 11100 |
Color Harmonies of #2B633B
Complementary color
Monochromatic Colors of #2B633B
Black with #2B633B
Text Example
Text Example
White with #2B633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B633B; }
p { color: rgb(43,99,59); }
H1.HeaderClassName
{
color: #2B633B;
}
.AnyTagClassName
{
color: #2B633B;
}
</style>
background-color css
<style>
a { background-color: #2B633B; }
a { background-color: rgb(43,99,59); }
div.DivClassName
{
background-color: #2B633B;
}
.BgClassName
{
background-color: #2B633B;
}
</style>
border-color css
<style>
span { border-color: #2B633B; }
span { border-color: rgb(43,99,59); }
td.TdClassName
{
border-color: #2B633B;
}
.TagClassName
{
border-color: #2B633B;
}
</style>