#2E552C

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

Shades of Parsley #2E552C

Tints of Parsley #2E552C

Color information

#2E552C (or 0x2E552C) is unknown color: approx Parsley. HEX triplet: 2E, 55 and 2C. RGB value is (46,85,44). Sum of RGB (Red+Green+Blue) = 46+85+44=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #2E552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E552C is #D1AAD3. Grayscale: #444444. Windows color (decimal): -13740756 or 2905390. OLE color: 2905390.

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

Color convert

RGB468544-
CMYK0.4600.480.67
HSL117.07º31.78%25.29%-
HSV(B)117.07º48.24%33.33%-
XYZ4.837.263.53-
YUV68.66114.08111.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=26.29%
G=48.57%
B=25.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685440.4600.480.67117.0731.7825.29
Hex2E552C2E03043752019
Octal5612554560601031654031
Binary101110101010110110010111001100001000011111010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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