#2E6B40

Color #2E6B40 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #2E6B40

Tints of Camarone #2E6B40

Color information

#2E6B40 (or 0x2E6B40) is unknown color: approx Camarone. HEX triplet: 2E, 6B and 40. RGB value is (46,107,64). Sum of RGB (Red+Green+Blue) = 46+107+64=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B40 is #D194BF. Grayscale: #535353. Windows color (decimal): -13735104 or 4221742. OLE color: 4221742.

HSL color Cylindrical-coordinate representation of color #2E6B40: hue angle of 137.7º 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 #2E6B40 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB4610764-
CMYK0.5700.400.58
HSL137.7º39.87%30%-
HSV(B)137.7º57.01%41.96%-
XYZ7.3111.476.68-
YUV83.86116.79101-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=21.20%
G=49.31%
B=29.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46107640.5700.400.58137.739.8730
Hex2E6B40390283A8a281e
Octal5615310071050722125036
Binary1011101101011100000011100101010001110101000101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6B40; }

 p { color: rgb(46,107,64); }

 H1.HeaderClassName
 {
   color: #2E6B40;
 }
 .AnyTagClassName
 {
   color: #2E6B40;
 }
</style>
background-color css

<style>
 a { background-color: #2E6B40; }

 a { background-color: rgb(46,107,64); }

 div.DivClassName
 {
   background-color: #2E6B40;
 }
 .BgClassName
 {
   background-color: #2E6B40;
 }
</style>
border-color css

<style>
 span { border-color: #2E6B40; }

 span { border-color: rgb(46,107,64); }

 td.TdClassName
 {
   border-color: #2E6B40;
 }
 .TagClassName
 {
   border-color: #2E6B40;
 }
</style>