#2E4D31

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

Shades of Parsley #2E4D31

Tints of Parsley #2E4D31

Color information

#2E4D31 (or 0x2E4D31) is unknown color: approx Parsley. HEX triplet: 2E, 4D and 31. RGB value is (46,77,49). Sum of RGB (Red+Green+Blue) = 46+77+49=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D31 is #D1B2CE. Grayscale: #404040. Windows color (decimal): -13742799 or 3231022. OLE color: 3231022.

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

Color convert

RGB467749-
CMYK0.4000.360.70
HSL125.81º25.2%24.12%-
HSV(B)125.81º40.26%30.2%-
XYZ4.336.113.86-
YUV64.54119.23114.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=26.74%
G=44.77%
B=28.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4677490.4000.360.70125.8125.224.12
Hex2E4D3128024467e1918
Octal5611561500441061763130
Binary10111010011011100011010000100100100011011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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