Shades of Camarone #2E6940
Tints of Camarone #2E6940
RGB
CMYK
RGB Variations
Color information
#2E6940 (or 0x2E6940) is known color: Camarone. HEX triplet: 2E, 69 and 40. RGB value is (46,105,64). Sum of RGB (Red+Green+Blue) = 46+105+64=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6940 is #D196BF. Grayscale: #525252. Windows color (decimal): -13735616 or 4221230. OLE color: 4221230.
HSL color Cylindrical-coordinate representation of color #2E6940: hue angle of 138.31º 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 #2E6940 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 64 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.59 |
| HSL | 138.31º | 0.39% | 0.3% | - |
| HSV(B) | 138.31º | 0.56% | 0.41% | - |
| XYZ | 7.1 | 11.05 | 6.61 | - |
| YUV | 82.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 64 | 0.56 | 0 | 0.39 | 0.59 | 138.31 | 0.39 | 0.3 |
| Hex | 2E | 69 | 40 | 38 | 0 | 27 | 3B | 8A | 27 | 1E |
| Octal | 56 | 151 | 100 | 70 | 0 | 47 | 73 | 212 | 47 | 36 |
| Binary | 101110 | 1101001 | 1000000 | 111000 | 0 | 100111 | 111011 | 10001010 | 100111 | 11110 |
Color Harmonies of #2E6940
Complementary color
Monochromatic Colors of #2E6940
Black with #2E6940
Text Example
Text Example
White with #2E6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6940; }
p { color: rgb(46,105,64); }
H1.HeaderClassName
{
color: #2E6940;
}
.AnyTagClassName
{
color: #2E6940;
}
</style>
background-color css
<style>
a { background-color: #2E6940; }
a { background-color: rgb(46,105,64); }
div.DivClassName
{
background-color: #2E6940;
}
.BgClassName
{
background-color: #2E6940;
}
</style>
border-color css
<style>
span { border-color: #2E6940; }
span { border-color: rgb(46,105,64); }
td.TdClassName
{
border-color: #2E6940;
}
.TagClassName
{
border-color: #2E6940;
}
</style>