Shades of Camarone #2E6E3F
Tints of Camarone #2E6E3F
RGB
CMYK
RGB Variations
Color information
#2E6E3F (or 0x2E6E3F) is known color: Camarone. HEX triplet: 2E, 6E and 3F. RGB value is (46,110,63). Sum of RGB (Red+Green+Blue) = 46+110+63=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E3F is #D191C0. Grayscale: #555555. Windows color (decimal): -13734337 or 4156974. OLE color: 4156974.
HSL color Cylindrical-coordinate representation of color #2E6E3F: hue angle of 135.94º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E3F is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 63 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.57 |
| HSL | 135.94º | 0.41% | 0.31% | - |
| HSV(B) | 135.94º | 0.58% | 0.43% | - |
| XYZ | 7.6 | 12.09 | 6.64 | - |
| YUV | 85.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 63 | 0.58 | 0 | 0.43 | 0.57 | 135.94 | 0.41 | 0.31 |
| Hex | 2E | 6E | 3F | 3A | 0 | 2B | 39 | 88 | 29 | 1F |
| Octal | 56 | 156 | 77 | 72 | 0 | 53 | 71 | 210 | 51 | 37 |
| Binary | 101110 | 1101110 | 111111 | 111010 | 0 | 101011 | 111001 | 10001000 | 101001 | 11111 |
Color Harmonies of #2E6E3F
Complementary color
Monochromatic Colors of #2E6E3F
Black with #2E6E3F
Text Example
Text Example
White with #2E6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E3F; }
p { color: rgb(46,110,63); }
H1.HeaderClassName
{
color: #2E6E3F;
}
.AnyTagClassName
{
color: #2E6E3F;
}
</style>
background-color css
<style>
a { background-color: #2E6E3F; }
a { background-color: rgb(46,110,63); }
div.DivClassName
{
background-color: #2E6E3F;
}
.BgClassName
{
background-color: #2E6E3F;
}
</style>
border-color css
<style>
span { border-color: #2E6E3F; }
span { border-color: rgb(46,110,63); }
td.TdClassName
{
border-color: #2E6E3F;
}
.TagClassName
{
border-color: #2E6E3F;
}
</style>