#2E4B2D

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

Shades of Myrtle #2E4B2D

Tints of Myrtle #2E4B2D

Color information

#2E4B2D (or 0x2E4B2D) is unknown color: approx Myrtle. HEX triplet: 2E, 4B and 2D. RGB value is (46,75,45). Sum of RGB (Red+Green+Blue) = 46+75+45=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B2D is #D1B4D2. Grayscale: #3F3F3F. Windows color (decimal): -13743315 or 2968366. OLE color: 2968366.

HSL color Cylindrical-coordinate representation of color #2E4B2D: hue angle of 118º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4B2D is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB467545-
CMYK0.3900.400.71
HSL118º25%23.53%-
HSV(B)118º40%29.41%-
XYZ4.125.83.39-
YUV62.91117.89115.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=27.71%
G=45.18%
B=27.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675450.3900.400.711182523.53
Hex2E4B2D2702847761918
Octal5611355470501071663130
Binary10111010010111011011001110101000100011111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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