#29322E

Color #29322E Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #29322E

Tints of Palm Green #29322E

Color information

#29322E (or 0x29322E) is unknown color: approx Palm Green. HEX triplet: 29, 32 and 2E. RGB value is (41,50,46). Sum of RGB (Red+Green+Blue) = 41+50+46=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #29322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29322E is #D6CDD1. Grayscale: #2E2E2E. Windows color (decimal): -14077394 or 3027497. OLE color: 3027497.

HSL color Cylindrical-coordinate representation of color #29322E: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #29322E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB415046-
CMYK0.1800.080.80
HSL153.33º9.89%17.84%-
HSV(B)153.33º18%19.61%-
XYZ2.552.953.02-
YUV46.85127.52123.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=29.93%
G=36.50%
B=33.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150460.1800.080.80153.339.8917.84
Hex29322E12085099a12
Octal516256220101202311222
Binary1010011100101011101001001000101000010011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29322E; }

 p { color: rgb(41,50,46); }

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

<style>
 a { background-color: #29322E; }

 a { background-color: rgb(41,50,46); }

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

<style>
 span { border-color: #29322E; }

 span { border-color: rgb(41,50,46); }

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