#29542C

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

Shades of Parsley #29542C

Tints of Parsley #29542C

Color information

#29542C (or 0x29542C) is unknown color: approx Parsley. HEX triplet: 29, 54 and 2C. RGB value is (41,84,44). Sum of RGB (Red+Green+Blue) = 41+84+44=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #29542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29542C is #D6ABD3. Grayscale: #424242. Windows color (decimal): -14068692 or 2905129. OLE color: 2905129.

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

Color convert

RGB418444-
CMYK0.5100.480.67
HSL124.19º34.4%24.51%-
HSV(B)124.19º51.19%32.94%-
XYZ4.546.993.49-
YUV66.58115.25109.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=24.26%
G=49.70%
B=26.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184440.5100.480.67124.1934.424.51
Hex29542C33030437c2219
Octal5112454630601031744231
Binary101001101010010110011001101100001000011111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29542C; }

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

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

<style>
 a { background-color: #29542C; }

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

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

<style>
 span { border-color: #29542C; }

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

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