#29542B

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

Shades of Parsley #29542B

Tints of Parsley #29542B

Color information

#29542B (or 0x29542B) is unknown color: approx Parsley. HEX triplet: 29, 54 and 2B. RGB value is (41,84,43). Sum of RGB (Red+Green+Blue) = 41+84+43=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #29542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29542B is #D6ABD4. Grayscale: #424242. Windows color (decimal): -14068693 or 2839593. OLE color: 2839593.

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

Color convert

RGB418443-
CMYK0.5100.490.67
HSL122.79º34.4%24.51%-
HSV(B)122.79º51.19%32.94%-
XYZ4.526.993.4-
YUV66.47114.75109.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=24.40%
G=50%
B=25.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184430.5100.490.67122.7934.424.51
Hex29542B33031437b2219
Octal5112453630611031734231
Binary101001101010010101111001101100011000011111101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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