#2D5521

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

Shades of Palm Leaf #2D5521

Tints of Palm Leaf #2D5521

Color information

#2D5521 (or 0x2D5521) is unknown color: approx Palm Leaf. HEX triplet: 2D, 55 and 21. RGB value is (45,85,33). Sum of RGB (Red+Green+Blue) = 45+85+33=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5521 is #D2AADE. Grayscale: #434343. Windows color (decimal): -13806303 or 2184493. OLE color: 2184493.

HSL color Cylindrical-coordinate representation of color #2D5521: hue angle of 106.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5521 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB458533-
CMYK0.4700.610.67
HSL106.15º44.07%23.14%-
HSV(B)106.15º61.18%33.33%-
XYZ4.617.162.58-
YUV67.11108.75112.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=27.61%
G=52.15%
B=20.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585330.4700.610.67106.1544.0723.14
Hex2D55212F03D436a2c17
Octal5512541570751031525427
Binary101101101010110000110111101111011000011110101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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