#29552C

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

Shades of Parsley #29552C

Tints of Parsley #29552C

Color information

#29552C (or 0x29552C) is unknown color: approx Parsley. HEX triplet: 29, 55 and 2C. RGB value is (41,85,44). Sum of RGB (Red+Green+Blue) = 41+85+44=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #29552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552C is #D6AAD3. Grayscale: #434343. Windows color (decimal): -14068436 or 2905385. OLE color: 2905385.

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

Color convert

RGB418544-
CMYK0.5200.480.67
HSL124.09º34.92%24.71%-
HSV(B)124.09º51.76%33.33%-
XYZ4.627.153.52-
YUV67.17114.92109.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=24.12%
G=50%
B=25.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185440.5200.480.67124.0934.9224.71
Hex29552C34030437c2319
Octal5112554640601031744331
Binary101001101010110110011010001100001000011111110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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