#2E542D

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

Shades of Parsley #2E542D

Tints of Parsley #2E542D

Color information

#2E542D (or 0x2E542D) is unknown color: approx Parsley. HEX triplet: 2E, 54 and 2D. RGB value is (46,84,45). Sum of RGB (Red+Green+Blue) = 46+84+45=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #2E542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E542D is #D1ABD2. Grayscale: #444444. Windows color (decimal): -13741011 or 2970670. OLE color: 2970670.

HSL color Cylindrical-coordinate representation of color #2E542D: hue angle of 118.46º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E542D is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB468445-
CMYK0.4500.460.67
HSL118.46º30.23%25.29%-
HSV(B)118.46º46.43%32.94%-
XYZ4.777.113.6-
YUV68.19114.91112.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=26.29%
G=48%
B=25.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684450.4500.460.67118.4630.2325.29
Hex2E542D2D02E43761e19
Octal5612455550561031663631
Binary10111010101001011011011010101110100001111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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