#2E4C2D

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

Shades of Parsley #2E4C2D

Tints of Parsley #2E4C2D

Color information

#2E4C2D (or 0x2E4C2D) is unknown color: approx Parsley. HEX triplet: 2E, 4C and 2D. RGB value is (46,76,45). Sum of RGB (Red+Green+Blue) = 46+76+45=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C2D is #D1B3D2. Grayscale: #3F3F3F. Windows color (decimal): -13743059 or 2968622. OLE color: 2968622.

HSL color Cylindrical-coordinate representation of color #2E4C2D: hue angle of 118.06º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E4C2D is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB467645-
CMYK0.3900.410.70
HSL118.06º25.62%23.73%-
HSV(B)118.06º40.79%29.8%-
XYZ4.185.943.41-
YUV63.5117.56115.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=27.54%
G=45.51%
B=26.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4676450.3900.410.70118.0625.6223.73
Hex2E4C2D2702946761a18
Octal5611455470511061663230
Binary10111010011001011011001110101001100011011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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