#29552D

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

Shades of Parsley #29552D

Tints of Parsley #29552D

Color information

#29552D (or 0x29552D) is unknown color: approx Parsley. HEX triplet: 29, 55 and 2D. RGB value is (41,85,45). Sum of RGB (Red+Green+Blue) = 41+85+45=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #29552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552D is #D6AAD2. Grayscale: #434343. Windows color (decimal): -14068435 or 2970921. OLE color: 2970921.

HSL color Cylindrical-coordinate representation of color #29552D: hue angle of 125.45º 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 #29552D is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB418545-
CMYK0.5200.470.67
HSL125.45º34.92%24.71%-
HSV(B)125.45º51.76%33.33%-
XYZ4.647.163.62-
YUV67.28115.42109.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=23.98%
G=49.71%
B=26.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185450.5200.470.67125.4534.9224.71
Hex29552D3402F437d2319
Octal5112555640571031754331
Binary101001101010110110111010001011111000011111110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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