#2D4521

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

Shades of Palm Leaf #2D4521

Tints of Palm Leaf #2D4521

Color information

#2D4521 (or 0x2D4521) is unknown color: approx Palm Leaf. HEX triplet: 2D, 45 and 21. RGB value is (45,69,33). Sum of RGB (Red+Green+Blue) = 45+69+33=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4521 is #D2BADE. Grayscale: #393939. Windows color (decimal): -13810399 or 2180397. OLE color: 2180397.

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

Color convert

RGB456933-
CMYK0.3500.520.73
HSL100º35.29%20%-
HSV(B)100º52.17%27.06%-
XYZ3.484.922.21-
YUV57.72114.05118.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.61%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=30.61%
G=46.94%
B=22.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569330.3500.520.7310035.2920
Hex2D45212303449642314
Octal5510541430641111444324
Binary101101100010110000110001101101001001001110010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,33); }

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

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

 a { background-color: rgb(45,69,33); }

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

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

 span { border-color: rgb(45,69,33); }

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