Shades of Camarone #2E6A40
Tints of Camarone #2E6A40
RGB
CMYK
RGB Variations
Color information
#2E6A40 (or 0x2E6A40) is known color: Camarone. HEX triplet: 2E, 6A and 40. RGB value is (46,106,64). Sum of RGB (Red+Green+Blue) = 46+106+64=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A40 is #D195BF. Grayscale: #535353. Windows color (decimal): -13735360 or 4221486. OLE color: 4221486.
HSL color Cylindrical-coordinate representation of color #2E6A40: hue angle of 138º degrees, saturation: 0.39, 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 #2E6A40 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 64 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.58 |
| HSL | 138º | 0.39% | 0.3% | - |
| HSV(B) | 138º | 0.57% | 0.42% | - |
| XYZ | 7.21 | 11.26 | 6.64 | - |
| YUV | 83.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 64 | 0.57 | 0 | 0.40 | 0.58 | 138 | 0.39 | 0.3 |
| Hex | 2E | 6A | 40 | 39 | 0 | 28 | 3A | 8A | 27 | 1E |
| Octal | 56 | 152 | 100 | 71 | 0 | 50 | 72 | 212 | 47 | 36 |
| Binary | 101110 | 1101010 | 1000000 | 111001 | 0 | 101000 | 111010 | 10001010 | 100111 | 11110 |
Color Harmonies of #2E6A40
Complementary color
Monochromatic Colors of #2E6A40
Black with #2E6A40
Text Example
Text Example
White with #2E6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A40; }
p { color: rgb(46,106,64); }
H1.HeaderClassName
{
color: #2E6A40;
}
.AnyTagClassName
{
color: #2E6A40;
}
</style>
background-color css
<style>
a { background-color: #2E6A40; }
a { background-color: rgb(46,106,64); }
div.DivClassName
{
background-color: #2E6A40;
}
.BgClassName
{
background-color: #2E6A40;
}
</style>
border-color css
<style>
span { border-color: #2E6A40; }
span { border-color: rgb(46,106,64); }
td.TdClassName
{
border-color: #2E6A40;
}
.TagClassName
{
border-color: #2E6A40;
}
</style>