Shades of Camarone #2C653C
Tints of Camarone #2C653C
RGB
CMYK
RGB Variations
Color information
#2C653C (or 0x2C653C) is known color: Camarone. HEX triplet: 2C, 65 and 3C. RGB value is (44,101,60). Sum of RGB (Red+Green+Blue) = 44+101+60=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #2C653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C653C is #D39AC3. Grayscale: #4F4F4F. Windows color (decimal): -13867716 or 3958060. OLE color: 3958060.
HSL color Cylindrical-coordinate representation of color #2C653C: hue angle of 136.84º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C653C is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 60 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.60 |
| HSL | 136.84º | 0.39% | 0.28% | - |
| HSV(B) | 136.84º | 0.56% | 0.4% | - |
| XYZ | 6.51 | 10.17 | 5.89 | - |
| YUV | 79.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 60 | 0.56 | 0 | 0.41 | 0.60 | 136.84 | 0.39 | 0.28 |
| Hex | 2C | 65 | 3C | 38 | 0 | 29 | 3C | 89 | 27 | 1C |
| Octal | 54 | 145 | 74 | 70 | 0 | 51 | 74 | 211 | 47 | 34 |
| Binary | 101100 | 1100101 | 111100 | 111000 | 0 | 101001 | 111100 | 10001001 | 100111 | 11100 |
Color Harmonies of #2C653C
Complementary color
Monochromatic Colors of #2C653C
Black with #2C653C
Text Example
Text Example
White with #2C653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C653C; }
p { color: rgb(44,101,60); }
H1.HeaderClassName
{
color: #2C653C;
}
.AnyTagClassName
{
color: #2C653C;
}
</style>
background-color css
<style>
a { background-color: #2C653C; }
a { background-color: rgb(44,101,60); }
div.DivClassName
{
background-color: #2C653C;
}
.BgClassName
{
background-color: #2C653C;
}
</style>
border-color css
<style>
span { border-color: #2C653C; }
span { border-color: rgb(44,101,60); }
td.TdClassName
{
border-color: #2C653C;
}
.TagClassName
{
border-color: #2C653C;
}
</style>