#29522C

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

Shades of Parsley #29522C

Tints of Parsley #29522C

Color information

#29522C (or 0x29522C) is unknown color: approx Parsley. HEX triplet: 29, 52 and 2C. RGB value is (41,82,44). Sum of RGB (Red+Green+Blue) = 41+82+44=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #29522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522C is #D6ADD3. Grayscale: #414141. Windows color (decimal): -14069204 or 2904617. OLE color: 2904617.

HSL color Cylindrical-coordinate representation of color #29522C: hue angle of 124.39º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29522C is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB418244-
CMYK0.5000.460.68
HSL124.39º33.33%24.12%-
HSV(B)124.39º50%32.16%-
XYZ4.396.693.44-
YUV65.41115.92110.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=24.55%
G=49.10%
B=26.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182440.5000.460.68124.3933.3324.12
Hex29522C3202E447c2118
Octal5112254620561041744130
Binary101001101001010110011001001011101000100111110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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