#2D4322

Color #2D4322 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2D4322

Tints of Palm Leaf #2D4322

Color information

#2D4322 (or 0x2D4322) is unknown color: approx Palm Leaf. HEX triplet: 2D, 43 and 22. RGB value is (45,67,34). Sum of RGB (Red+Green+Blue) = 45+67+34=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4322 is #D2BCDD. Grayscale: #383838. Windows color (decimal): -13810910 or 2245421. OLE color: 2245421.

HSL color Cylindrical-coordinate representation of color #2D4322: hue angle of 100º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4322 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB456734-
CMYK0.3300.490.74
HSL100º32.67%19.8%-
HSV(B)100º49.25%26.27%-
XYZ3.384.692.24-
YUV56.66115.21119.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.82%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=30.82%
G=45.89%
B=23.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567340.3300.490.7410032.6719.8
Hex2D4322210314A642114
Octal5510342410611121444124
Binary101101100001110001010000101100011001010110010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D4322; }

 p { color: rgb(45,67,34); }

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

<style>
 a { background-color: #2D4322; }

 a { background-color: rgb(45,67,34); }

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

<style>
 span { border-color: #2D4322; }

 span { border-color: rgb(45,67,34); }

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