Shades of Camarone #2E693F
Tints of Camarone #2E693F
RGB
CMYK
RGB Variations
Color information
#2E693F (or 0x2E693F) is known color: Camarone. HEX triplet: 2E, 69 and 3F. RGB value is (46,105,63). Sum of RGB (Red+Green+Blue) = 46+105+63=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #2E693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E693F is #D196C0. Grayscale: #525252. Windows color (decimal): -13735617 or 4155694. OLE color: 4155694.
HSL color Cylindrical-coordinate representation of color #2E693F: hue angle of 137.29º 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 #2E693F is Cyan = 0.56, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 63 | - |
| CMYK | 0.56 | 0 | 0.4 | 0.59 |
| HSL | 137.29º | 0.39% | 0.3% | - |
| HSV(B) | 137.29º | 0.56% | 0.41% | - |
| XYZ | 7.08 | 11.04 | 6.46 | - |
| YUV | 82.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 63 | 0.56 | 0 | 0.4 | 0.59 | 137.29 | 0.39 | 0.3 |
| Hex | 2E | 69 | 3F | 38 | 0 | 28 | 3B | 89 | 27 | 1E |
| Octal | 56 | 151 | 77 | 70 | 0 | 50 | 73 | 211 | 47 | 36 |
| Binary | 101110 | 1101001 | 111111 | 111000 | 0 | 101000 | 111011 | 10001001 | 100111 | 11110 |
Color Harmonies of #2E693F
Complementary color
Monochromatic Colors of #2E693F
Black with #2E693F
Text Example
Text Example
White with #2E693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E693F; }
p { color: rgb(46,105,63); }
H1.HeaderClassName
{
color: #2E693F;
}
.AnyTagClassName
{
color: #2E693F;
}
</style>
background-color css
<style>
a { background-color: #2E693F; }
a { background-color: rgb(46,105,63); }
div.DivClassName
{
background-color: #2E693F;
}
.BgClassName
{
background-color: #2E693F;
}
</style>
border-color css
<style>
span { border-color: #2E693F; }
span { border-color: rgb(46,105,63); }
td.TdClassName
{
border-color: #2E693F;
}
.TagClassName
{
border-color: #2E693F;
}
</style>