Shades of Camarone #2C623C
Tints of Camarone #2C623C
RGB
CMYK
RGB Variations
Color information
#2C623C (or 0x2C623C) is known color: Camarone. HEX triplet: 2C, 62 and 3C. RGB value is (44,98,60). Sum of RGB (Red+Green+Blue) = 44+98+60=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #2C623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C623C is #D39DC3. Grayscale: #4D4D4D. Windows color (decimal): -13868484 or 3957292. OLE color: 3957292.
HSL color Cylindrical-coordinate representation of color #2C623C: hue angle of 137.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C623C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 98 | 60 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.62 |
| HSL | 137.78º | 0.38% | 0.28% | - |
| HSV(B) | 137.78º | 0.55% | 0.38% | - |
| XYZ | 6.22 | 9.6 | 5.8 | - |
| YUV | 77.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 60 | 0.55 | 0 | 0.39 | 0.62 | 137.78 | 0.38 | 0.28 |
| Hex | 2C | 62 | 3C | 37 | 0 | 27 | 3E | 8A | 26 | 1C |
| Octal | 54 | 142 | 74 | 67 | 0 | 47 | 76 | 212 | 46 | 34 |
| Binary | 101100 | 1100010 | 111100 | 110111 | 0 | 100111 | 111110 | 10001010 | 100110 | 11100 |
Color Harmonies of #2C623C
Complementary color
Monochromatic Colors of #2C623C
Black with #2C623C
Text Example
Text Example
White with #2C623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C623C; }
p { color: rgb(44,98,60); }
H1.HeaderClassName
{
color: #2C623C;
}
.AnyTagClassName
{
color: #2C623C;
}
</style>
background-color css
<style>
a { background-color: #2C623C; }
a { background-color: rgb(44,98,60); }
div.DivClassName
{
background-color: #2C623C;
}
.BgClassName
{
background-color: #2C623C;
}
</style>
border-color css
<style>
span { border-color: #2C623C; }
span { border-color: rgb(44,98,60); }
td.TdClassName
{
border-color: #2C623C;
}
.TagClassName
{
border-color: #2C623C;
}
</style>