#2E552D

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

Shades of Parsley #2E552D

Tints of Parsley #2E552D

Color information

#2E552D (or 0x2E552D) is unknown color: approx Parsley. HEX triplet: 2E, 55 and 2D. RGB value is (46,85,45). Sum of RGB (Red+Green+Blue) = 46+85+45=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2E552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E552D is #D1AAD2. Grayscale: #444444. Windows color (decimal): -13740755 or 2970926. OLE color: 2970926.

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

Color convert

RGB468545-
CMYK0.4600.470.67
HSL118.5º30.77%25.49%-
HSV(B)118.5º47.06%33.33%-
XYZ4.857.273.63-
YUV68.78114.58111.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=26.14%
G=48.30%
B=25.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685450.4600.470.67118.530.7725.49
Hex2E552D2E02F43761f19
Octal5612555560571031663731
Binary10111010101011011011011100101111100001111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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