Shades of Camarone #2B633C
Tints of Camarone #2B633C
RGB
CMYK
RGB Variations
Color information
#2B633C (or 0x2B633C) is known color: Camarone. HEX triplet: 2B, 63 and 3C. RGB value is (43,99,60). Sum of RGB (Red+Green+Blue) = 43+99+60=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #2B633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B633C is #D49CC3. Grayscale: #4D4D4D. Windows color (decimal): -13933764 or 3957547. OLE color: 3957547.
HSL color Cylindrical-coordinate representation of color #2B633C: hue angle of 138.21º 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 #2B633C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 60 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.61 |
| HSL | 138.21º | 0.39% | 0.28% | - |
| HSV(B) | 138.21º | 0.57% | 0.39% | - |
| XYZ | 6.27 | 9.76 | 5.83 | - |
| YUV | 77.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 60 | 0.57 | 0 | 0.39 | 0.61 | 138.21 | 0.39 | 0.28 |
| Hex | 2B | 63 | 3C | 39 | 0 | 27 | 3D | 8A | 27 | 1C |
| Octal | 53 | 143 | 74 | 71 | 0 | 47 | 75 | 212 | 47 | 34 |
| Binary | 101011 | 1100011 | 111100 | 111001 | 0 | 100111 | 111101 | 10001010 | 100111 | 11100 |
Color Harmonies of #2B633C
Complementary color
Monochromatic Colors of #2B633C
Black with #2B633C
Text Example
Text Example
White with #2B633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B633C; }
p { color: rgb(43,99,60); }
H1.HeaderClassName
{
color: #2B633C;
}
.AnyTagClassName
{
color: #2B633C;
}
</style>
background-color css
<style>
a { background-color: #2B633C; }
a { background-color: rgb(43,99,60); }
div.DivClassName
{
background-color: #2B633C;
}
.BgClassName
{
background-color: #2B633C;
}
</style>
border-color css
<style>
span { border-color: #2B633C; }
span { border-color: rgb(43,99,60); }
td.TdClassName
{
border-color: #2B633C;
}
.TagClassName
{
border-color: #2B633C;
}
</style>