#2E6D41

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

Shades of Camarone #2E6D41

Tints of Camarone #2E6D41

Color information

#2E6D41 (or 0x2E6D41) is unknown color: approx Camarone. HEX triplet: 2E, 6D and 41. RGB value is (46,109,65). Sum of RGB (Red+Green+Blue) = 46+109+65=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D41 is #D192BE. Grayscale: #555555. Windows color (decimal): -13734591 or 4287790. OLE color: 4287790.

HSL color Cylindrical-coordinate representation of color #2E6D41: hue angle of 138.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D41 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB4610965-
CMYK0.5800.400.57
HSL138.1º40.65%30.39%-
HSV(B)138.1º57.8%42.75%-
XYZ7.5511.96.9-
YUV85.15116.63100.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 109 (42.97% from 255) = 49.55%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=20.91%
G=49.55%
B=29.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46109650.5800.400.57138.140.6530.39
Hex2E6D413A028398a291e
Octal5615510172050712125136
Binary1011101101101100000111101001010001110011000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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