#2D542C

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

Shades of Parsley #2D542C

Tints of Parsley #2D542C

Color information

#2D542C (or 0x2D542C) is unknown color: approx Parsley. HEX triplet: 2D, 54 and 2C. RGB value is (45,84,44). Sum of RGB (Red+Green+Blue) = 45+84+44=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2D542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D542C is #D2ABD3. Grayscale: #434343. Windows color (decimal): -13806548 or 2905133. OLE color: 2905133.

HSL color Cylindrical-coordinate representation of color #2D542C: 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.48%. Process color model (Four color, CMYK) of #2D542C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB458444-
CMYK0.4600.480.67
HSL118.5º31.25%25.1%-
HSV(B)118.5º47.62%32.94%-
XYZ4.717.083.5-
YUV67.78114.58111.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=26.01%
G=48.55%
B=25.43%

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
Decimal4584440.4600.480.67118.531.2525.1
Hex2D542C2E03043761f19
Octal5512454560601031663731
Binary10110110101001011001011100110000100001111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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