#29532D

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

Shades of Parsley #29532D

Tints of Parsley #29532D

Color information

#29532D (or 0x29532D) is unknown color: approx Parsley. HEX triplet: 29, 53 and 2D. RGB value is (41,83,45). Sum of RGB (Red+Green+Blue) = 41+83+45=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #29532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29532D is #D6ACD2. Grayscale: #424242. Windows color (decimal): -14068947 or 2970409. OLE color: 2970409.

HSL color Cylindrical-coordinate representation of color #29532D: hue angle of 125.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29532D is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB418345-
CMYK0.5100.460.67
HSL125.71º33.87%24.31%-
HSV(B)125.71º50.6%32.55%-
XYZ4.486.853.57-
YUV66.11116.09110.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=24.26%
G=49.11%
B=26.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183450.5100.460.67125.7133.8724.31
Hex29532D3302E437e2218
Octal5112355630561031764230
Binary101001101001110110111001101011101000011111111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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