Shades of Camarone #2C683D
Tints of Camarone #2C683D
RGB
CMYK
RGB Variations
Color information
#2C683D (or 0x2C683D) is known color: Camarone. HEX triplet: 2C, 68 and 3D. RGB value is (44,104,61). Sum of RGB (Red+Green+Blue) = 44+104+61=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #2C683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C683D is #D397C2. Grayscale: #515151. Windows color (decimal): -13866947 or 4024364. OLE color: 4024364.
HSL color Cylindrical-coordinate representation of color #2C683D: hue angle of 137º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C683D is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 61 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.59 |
| HSL | 137º | 0.41% | 0.29% | - |
| HSV(B) | 137º | 0.58% | 0.41% | - |
| XYZ | 6.83 | 10.77 | 6.13 | - |
| YUV | 81.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 61 | 0.58 | 0 | 0.41 | 0.59 | 137 | 0.41 | 0.29 |
| Hex | 2C | 68 | 3D | 3A | 0 | 29 | 3B | 89 | 29 | 1D |
| Octal | 54 | 150 | 75 | 72 | 0 | 51 | 73 | 211 | 51 | 35 |
| Binary | 101100 | 1101000 | 111101 | 111010 | 0 | 101001 | 111011 | 10001001 | 101001 | 11101 |
Color Harmonies of #2C683D
Complementary color
Monochromatic Colors of #2C683D
Black with #2C683D
Text Example
Text Example
White with #2C683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C683D; }
p { color: rgb(44,104,61); }
H1.HeaderClassName
{
color: #2C683D;
}
.AnyTagClassName
{
color: #2C683D;
}
</style>
background-color css
<style>
a { background-color: #2C683D; }
a { background-color: rgb(44,104,61); }
div.DivClassName
{
background-color: #2C683D;
}
.BgClassName
{
background-color: #2C683D;
}
</style>
border-color css
<style>
span { border-color: #2C683D; }
span { border-color: rgb(44,104,61); }
td.TdClassName
{
border-color: #2C683D;
}
.TagClassName
{
border-color: #2C683D;
}
</style>