#2E6F41

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

Shades of Camarone #2E6F41

Tints of Camarone #2E6F41

Color information

#2E6F41 (or 0x2E6F41) is unknown color: approx Camarone. HEX triplet: 2E, 6F and 41. RGB value is (46,111,65). Sum of RGB (Red+Green+Blue) = 46+111+65=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F41 is #D190BE. Grayscale: #565656. Windows color (decimal): -13734079 or 4288302. OLE color: 4288302.

HSL color Cylindrical-coordinate representation of color #2E6F41: hue angle of 137.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6F41 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB4611165-
CMYK0.5900.410.56
HSL137.54º41.4%30.78%-
HSV(B)137.54º58.56%43.53%-
XYZ7.7712.336.97-
YUV86.32115.9799.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=20.72%
G=50%
B=29.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46111650.5900.410.56137.5441.430.78
Hex2E6F413B029388a291f
Octal5615710173051702125137
Binary1011101101111100000111101101010011110001000101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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