#29502D

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

Shades of Parsley #29502D

Tints of Parsley #29502D

Color information

#29502D (or 0x29502D) is unknown color: approx Parsley. HEX triplet: 29, 50 and 2D. RGB value is (41,80,45). Sum of RGB (Red+Green+Blue) = 41+80+45=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #29502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29502D is #D6AFD2. Grayscale: #404040. Windows color (decimal): -14069715 or 2969641. OLE color: 2969641.

HSL color Cylindrical-coordinate representation of color #29502D: hue angle of 126.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29502D is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB418045-
CMYK0.4900.440.69
HSL126.15º32.23%23.73%-
HSV(B)126.15º48.75%31.37%-
XYZ4.266.43.49-
YUV64.35117.08111.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=24.70%
G=48.19%
B=27.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180450.4900.440.69126.1532.2323.73
Hex29502D3102C457e2018
Octal5112055610541051764030
Binary101001101000010110111000101011001000101111111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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