Shades of Camarone #2C663D
Tints of Camarone #2C663D
RGB
CMYK
RGB Variations
Color information
#2C663D (or 0x2C663D) is known color: Camarone. HEX triplet: 2C, 66 and 3D. RGB value is (44,102,61). Sum of RGB (Red+Green+Blue) = 44+102+61=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #2C663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C663D is #D399C2. Grayscale: #505050. Windows color (decimal): -13867459 or 4023852. OLE color: 4023852.
HSL color Cylindrical-coordinate representation of color #2C663D: hue angle of 137.59º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C663D is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 102 | 61 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.6 |
| HSL | 137.59º | 0.4% | 0.29% | - |
| HSV(B) | 137.59º | 0.57% | 0.4% | - |
| XYZ | 6.63 | 10.38 | 6.07 | - |
| YUV | 79.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 61 | 0.57 | 0 | 0.40 | 0.6 | 137.59 | 0.4 | 0.29 |
| Hex | 2C | 66 | 3D | 39 | 0 | 28 | 3C | 8A | 28 | 1D |
| Octal | 54 | 146 | 75 | 71 | 0 | 50 | 74 | 212 | 50 | 35 |
| Binary | 101100 | 1100110 | 111101 | 111001 | 0 | 101000 | 111100 | 10001010 | 101000 | 11101 |
Color Harmonies of #2C663D
Complementary color
Monochromatic Colors of #2C663D
Black with #2C663D
Text Example
Text Example
White with #2C663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C663D; }
p { color: rgb(44,102,61); }
H1.HeaderClassName
{
color: #2C663D;
}
.AnyTagClassName
{
color: #2C663D;
}
</style>
background-color css
<style>
a { background-color: #2C663D; }
a { background-color: rgb(44,102,61); }
div.DivClassName
{
background-color: #2C663D;
}
.BgClassName
{
background-color: #2C663D;
}
</style>
border-color css
<style>
span { border-color: #2C663D; }
span { border-color: rgb(44,102,61); }
td.TdClassName
{
border-color: #2C663D;
}
.TagClassName
{
border-color: #2C663D;
}
</style>