#2E4D2D

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

Shades of Parsley #2E4D2D

Tints of Parsley #2E4D2D

Color information

#2E4D2D (or 0x2E4D2D) is unknown color: approx Parsley. HEX triplet: 2E, 4D and 2D. RGB value is (46,77,45). Sum of RGB (Red+Green+Blue) = 46+77+45=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D2D is #D1B2D2. Grayscale: #404040. Windows color (decimal): -13742803 or 2968878. OLE color: 2968878.

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

Color convert

RGB467745-
CMYK0.4000.420.70
HSL118.12º26.23%23.92%-
HSV(B)118.12º41.56%30.2%-
XYZ4.256.083.43-
YUV64.08117.23115.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=27.38%
G=45.83%
B=26.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4677450.4000.420.70118.1226.2323.92
Hex2E4D2D2802A46761a18
Octal5611555500521061663230
Binary10111010011011011011010000101010100011011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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