#2E532D

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

Shades of Parsley #2E532D

Tints of Parsley #2E532D

Color information

#2E532D (or 0x2E532D) is unknown color: approx Parsley. HEX triplet: 2E, 53 and 2D. RGB value is (46,83,45). Sum of RGB (Red+Green+Blue) = 46+83+45=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #2E532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E532D is #D1ACD2. Grayscale: #434343. Windows color (decimal): -13741267 or 2970414. OLE color: 2970414.

HSL color Cylindrical-coordinate representation of color #2E532D: hue angle of 118.42º 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 #2E532D is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB468345-
CMYK0.4500.460.67
HSL118.42º29.69%25.1%-
HSV(B)118.42º45.78%32.55%-
XYZ4.696.963.58-
YUV67.6115.24112.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=26.44%
G=47.70%
B=25.86%

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
Decimal4683450.4500.460.67118.4229.6925.1
Hex2E532D2D02E43761e19
Octal5612355550561031663631
Binary10111010100111011011011010101110100001111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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