Shades of Camarone #2E693E
Tints of Camarone #2E693E
RGB
CMYK
RGB Variations
Color information
#2E693E (or 0x2E693E) is known color: Camarone. HEX triplet: 2E, 69 and 3E. RGB value is (46,105,62). Sum of RGB (Red+Green+Blue) = 46+105+62=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #2E693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E693E is #D196C1. Grayscale: #525252. Windows color (decimal): -13735618 or 4090158. OLE color: 4090158.
HSL color Cylindrical-coordinate representation of color #2E693E: hue angle of 136.27º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E693E is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 62 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.59 |
| HSL | 136.27º | 0.39% | 0.3% | - |
| HSV(B) | 136.27º | 0.56% | 0.41% | - |
| XYZ | 7.05 | 11.03 | 6.32 | - |
| YUV | 82.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 62 | 0.56 | 0 | 0.41 | 0.59 | 136.27 | 0.39 | 0.3 |
| Hex | 2E | 69 | 3E | 38 | 0 | 29 | 3B | 88 | 27 | 1E |
| Octal | 56 | 151 | 76 | 70 | 0 | 51 | 73 | 210 | 47 | 36 |
| Binary | 101110 | 1101001 | 111110 | 111000 | 0 | 101001 | 111011 | 10001000 | 100111 | 11110 |
Color Harmonies of #2E693E
Complementary color
Monochromatic Colors of #2E693E
Black with #2E693E
Text Example
Text Example
White with #2E693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E693E; }
p { color: rgb(46,105,62); }
H1.HeaderClassName
{
color: #2E693E;
}
.AnyTagClassName
{
color: #2E693E;
}
</style>
background-color css
<style>
a { background-color: #2E693E; }
a { background-color: rgb(46,105,62); }
div.DivClassName
{
background-color: #2E693E;
}
.BgClassName
{
background-color: #2E693E;
}
</style>
border-color css
<style>
span { border-color: #2E693E; }
span { border-color: rgb(46,105,62); }
td.TdClassName
{
border-color: #2E693E;
}
.TagClassName
{
border-color: #2E693E;
}
</style>