#2E5732

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

Shades of Parsley #2E5732

Tints of Parsley #2E5732

Color information

#2E5732 (or 0x2E5732) is unknown color: approx Parsley. HEX triplet: 2E, 57 and 32. RGB value is (46,87,50). Sum of RGB (Red+Green+Blue) = 46+87+50=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #2E5732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5732 is #D1A8CD. Grayscale: #464646. Windows color (decimal): -13740238 or 3299118. OLE color: 3299118.

HSL color Cylindrical-coordinate representation of color #2E5732: hue angle of 125.85º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5732 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB468750-
CMYK0.4700.430.66
HSL125.85º30.83%26.08%-
HSV(B)125.85º47.13%34.12%-
XYZ5.117.634.22-
YUV70.52116.42110.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=25.14%
G=47.54%
B=27.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4687500.4700.430.66125.8530.8326.08
Hex2E57322F02B427e1f1a
Octal5612762570531021763732
Binary10111010101111100101011110101011100001011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,87,50); }

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

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

 a { background-color: rgb(46,87,50); }

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

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

 span { border-color: rgb(46,87,50); }

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