#29542A

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

Shades of Parsley #29542A

Tints of Parsley #29542A

Color information

#29542A (or 0x29542A) is unknown color: approx Parsley. HEX triplet: 29, 54 and 2A. RGB value is (41,84,42). Sum of RGB (Red+Green+Blue) = 41+84+42=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #29542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29542A is #D6ABD5. Grayscale: #424242. Windows color (decimal): -14068694 or 2774057. OLE color: 2774057.

HSL color Cylindrical-coordinate representation of color #29542A: hue angle of 121.4º 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 #29542A is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB418442-
CMYK0.5100.50.67
HSL121.4º34.4%24.51%-
HSV(B)121.4º51.19%32.94%-
XYZ4.56.983.3-
YUV66.36114.25109.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=24.55%
G=50.30%
B=25.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184420.5100.50.67121.434.424.51
Hex29542A3303243792219
Octal5112452630621031714231
Binary101001101010010101011001101100101000011111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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