Shades of Camarone #2E6B41
Tints of Camarone #2E6B41
RGB
CMYK
RGB Variations
Color information
#2E6B41 (or 0x2E6B41) is known color: Camarone. HEX triplet: 2E, 6B and 41. RGB value is (46,107,65). Sum of RGB (Red+Green+Blue) = 46+107+65=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B41 is #D194BE. Grayscale: #545454. Windows color (decimal): -13735103 or 4287278. OLE color: 4287278.
HSL color Cylindrical-coordinate representation of color #2E6B41: hue angle of 138.69º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B41 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 65 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.58 |
| HSL | 138.69º | 0.4% | 0.3% | - |
| HSV(B) | 138.69º | 0.57% | 0.42% | - |
| XYZ | 7.34 | 11.48 | 6.83 | - |
| YUV | 83.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 65 | 0.57 | 0 | 0.39 | 0.58 | 138.69 | 0.4 | 0.3 |
| Hex | 2E | 6B | 41 | 39 | 0 | 27 | 3A | 8B | 28 | 1E |
| Octal | 56 | 153 | 101 | 71 | 0 | 47 | 72 | 213 | 50 | 36 |
| Binary | 101110 | 1101011 | 1000001 | 111001 | 0 | 100111 | 111010 | 10001011 | 101000 | 11110 |
Color Harmonies of #2E6B41
Complementary color
Monochromatic Colors of #2E6B41
Black with #2E6B41
Text Example
Text Example
White with #2E6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B41; }
p { color: rgb(46,107,65); }
H1.HeaderClassName
{
color: #2E6B41;
}
.AnyTagClassName
{
color: #2E6B41;
}
</style>
background-color css
<style>
a { background-color: #2E6B41; }
a { background-color: rgb(46,107,65); }
div.DivClassName
{
background-color: #2E6B41;
}
.BgClassName
{
background-color: #2E6B41;
}
</style>
border-color css
<style>
span { border-color: #2E6B41; }
span { border-color: rgb(46,107,65); }
td.TdClassName
{
border-color: #2E6B41;
}
.TagClassName
{
border-color: #2E6B41;
}
</style>