#29532B

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

Shades of Parsley #29532B

Tints of Parsley #29532B

Color information

#29532B (or 0x29532B) is unknown color: approx Parsley. HEX triplet: 29, 53 and 2B. RGB value is (41,83,43). Sum of RGB (Red+Green+Blue) = 41+83+43=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #29532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29532B is #D6ACD4. Grayscale: #424242. Windows color (decimal): -14068949 or 2839337. OLE color: 2839337.

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

Color convert

RGB418343-
CMYK0.5100.480.67
HSL122.86º33.87%24.31%-
HSV(B)122.86º50.6%32.55%-
XYZ4.446.833.37-
YUV65.88115.09110.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=24.55%
G=49.70%
B=25.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183430.5100.480.67122.8633.8724.31
Hex29532B33030437b2218
Octal5112353630601031734230
Binary101001101001110101111001101100001000011111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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