#29552B

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

Shades of Parsley #29552B

Tints of Parsley #29552B

Color information

#29552B (or 0x29552B) is unknown color: approx Parsley. HEX triplet: 29, 55 and 2B. RGB value is (41,85,43). Sum of RGB (Red+Green+Blue) = 41+85+43=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #29552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552B is #D6AAD4. Grayscale: #434343. Windows color (decimal): -14068437 or 2839849. OLE color: 2839849.

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

Color convert

RGB418543-
CMYK0.5200.490.67
HSL122.73º34.92%24.71%-
HSV(B)122.73º51.76%33.33%-
XYZ4.67.143.42-
YUV67.06114.42109.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=24.26%
G=50.30%
B=25.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185430.5200.490.67122.7334.9224.71
Hex29552B34031437b2319
Octal5112553640611031734331
Binary101001101010110101111010001100011000011111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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