#2E7341

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

Shades of Camarone #2E7341

Tints of Camarone #2E7341

Color information

#2E7341 (or 0x2E7341) is unknown color: approx Camarone. HEX triplet: 2E, 73 and 41. RGB value is (46,115,65). Sum of RGB (Red+Green+Blue) = 46+115+65=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7341 is #D18CBE. Grayscale: #585858. Windows color (decimal): -13733055 or 4289326. OLE color: 4289326.

HSL color Cylindrical-coordinate representation of color #2E7341: hue angle of 136.52º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7341 is Cyan = 0.6, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB4611565-
CMYK0.600.430.55
HSL136.52º42.86%31.57%-
HSV(B)136.52º60%45.1%-
XYZ8.2113.227.12-
YUV88.67114.6497.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=20.35%
G=50.88%
B=28.76%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115650.600.430.55136.5242.8631.57
Hex2E73413C02B37892b20
Octal5616310174053672115340
Binary10111011100111000001111100010101111011110001001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,65); }

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

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

 a { background-color: rgb(46,115,65); }

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

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

 span { border-color: rgb(46,115,65); }

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