#2E422D

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

Shades of Myrtle #2E422D

Tints of Myrtle #2E422D

Color information

#2E422D (or 0x2E422D) is unknown color: approx Myrtle. HEX triplet: 2E, 42 and 2D. RGB value is (46,66,45). Sum of RGB (Red+Green+Blue) = 46+66+45=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #2E422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E422D is #D1BDD2. Grayscale: #393939. Windows color (decimal): -13745619 or 2966062. OLE color: 2966062.

HSL color Cylindrical-coordinate representation of color #2E422D: hue angle of 117.14º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E422D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB466645-
CMYK0.3000.320.74
HSL117.14º18.92%21.76%-
HSV(B)117.14º31.82%25.88%-
XYZ3.554.673.2-
YUV57.63120.87119.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=29.30%
G=42.04%
B=28.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666450.3000.320.74117.1418.9221.76
Hex2E422D1E0204A751316
Octal5610255360401121652326
Binary1011101000010101101111100100000100101011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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