#2E402D

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

Shades of Myrtle #2E402D

Tints of Myrtle #2E402D

Color information

#2E402D (or 0x2E402D) is unknown color: approx Myrtle. HEX triplet: 2E, 40 and 2D. RGB value is (46,64,45). Sum of RGB (Red+Green+Blue) = 46+64+45=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #2E402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E402D is #D1BFD2. Grayscale: #383838. Windows color (decimal): -13746131 or 2965550. OLE color: 2965550.

HSL color Cylindrical-coordinate representation of color #2E402D: hue angle of 116.84º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E402D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB466445-
CMYK0.2800.300.75
HSL116.84º17.43%21.37%-
HSV(B)116.84º29.69%25.1%-
XYZ3.434.443.16-
YUV56.45121.54120.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=29.68%
G=41.29%
B=29.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664450.2800.300.75116.8417.4321.37
Hex2E402D1C01E4B751115
Octal5610055340361131652125
Binary101110100000010110111100011110100101111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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