#2E5234

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

Shades of Parsley #2E5234

Tints of Parsley #2E5234

Color information

#2E5234 (or 0x2E5234) is unknown color: approx Parsley. HEX triplet: 2E, 52 and 34. RGB value is (46,82,52). Sum of RGB (Red+Green+Blue) = 46+82+52=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5234 is #D1ADCB. Grayscale: #434343. Windows color (decimal): -13741516 or 3428910. OLE color: 3428910.

HSL color Cylindrical-coordinate representation of color #2E5234: hue angle of 130º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E5234 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB468252-
CMYK0.4400.370.68
HSL130º28.12%25.1%-
HSV(B)130º43.9%32.16%-
XYZ4.766.864.32-
YUV67.82119.07112.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=25.56%
G=45.56%
B=28.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4682520.4400.370.6813028.1225.1
Hex2E52342C02544821c19
Octal5612264540451042023431
Binary101110101001011010010110001001011000100100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,52); }

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

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

 a { background-color: rgb(46,82,52); }

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

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

 span { border-color: rgb(46,82,52); }

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