#29522E

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

Shades of Parsley #29522E

Tints of Parsley #29522E

Color information

#29522E (or 0x29522E) is unknown color: approx Parsley. HEX triplet: 29, 52 and 2E. RGB value is (41,82,46). Sum of RGB (Red+Green+Blue) = 41+82+46=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #29522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522E is #D6ADD1. Grayscale: #414141. Windows color (decimal): -14069202 or 3035689. OLE color: 3035689.

HSL color Cylindrical-coordinate representation of color #29522E: hue angle of 127.32º 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 #29522E is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB418246-
CMYK0.5000.440.68
HSL127.32º33.33%24.12%-
HSV(B)127.32º50%32.16%-
XYZ4.426.73.65-
YUV65.64116.92110.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 82 (32.42% from 255) = 48.52%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=24.26%
G=48.52%
B=27.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182460.5000.440.68127.3233.3324.12
Hex29522E3202C447f2118
Octal5112256620541041774130
Binary101001101001010111011001001011001000100111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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