Shades of Camarone #2E6A3F
Tints of Camarone #2E6A3F
RGB
CMYK
RGB Variations
Color information
#2E6A3F (or 0x2E6A3F) is known color: Camarone. HEX triplet: 2E, 6A and 3F. RGB value is (46,106,63). Sum of RGB (Red+Green+Blue) = 46+106+63=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A3F is #D195C0. Grayscale: #535353. Windows color (decimal): -13735361 or 4155950. OLE color: 4155950.
HSL color Cylindrical-coordinate representation of color #2E6A3F: hue angle of 137º 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 #2E6A3F is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 63 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.58 |
| HSL | 137º | 0.39% | 0.3% | - |
| HSV(B) | 137º | 0.57% | 0.42% | - |
| XYZ | 7.18 | 11.25 | 6.5 | - |
| YUV | 83.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 63 | 0.57 | 0 | 0.41 | 0.58 | 137 | 0.39 | 0.3 |
| Hex | 2E | 6A | 3F | 39 | 0 | 29 | 3A | 89 | 27 | 1E |
| Octal | 56 | 152 | 77 | 71 | 0 | 51 | 72 | 211 | 47 | 36 |
| Binary | 101110 | 1101010 | 111111 | 111001 | 0 | 101001 | 111010 | 10001001 | 100111 | 11110 |
Color Harmonies of #2E6A3F
Complementary color
Monochromatic Colors of #2E6A3F
Black with #2E6A3F
Text Example
Text Example
White with #2E6A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A3F; }
p { color: rgb(46,106,63); }
H1.HeaderClassName
{
color: #2E6A3F;
}
.AnyTagClassName
{
color: #2E6A3F;
}
</style>
background-color css
<style>
a { background-color: #2E6A3F; }
a { background-color: rgb(46,106,63); }
div.DivClassName
{
background-color: #2E6A3F;
}
.BgClassName
{
background-color: #2E6A3F;
}
</style>
border-color css
<style>
span { border-color: #2E6A3F; }
span { border-color: rgb(46,106,63); }
td.TdClassName
{
border-color: #2E6A3F;
}
.TagClassName
{
border-color: #2E6A3F;
}
</style>