#2B521D

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

Shades of Palm Leaf #2B521D

Tints of Palm Leaf #2B521D

Color information

#2B521D (or 0x2B521D) is unknown color: approx Palm Leaf. HEX triplet: 2B, 52 and 1D. RGB value is (43,82,29). Sum of RGB (Red+Green+Blue) = 43+82+29=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #2B521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B521D is #D4ADE2. Grayscale: #404040. Windows color (decimal): -13938147 or 1921579. OLE color: 1921579.

HSL color Cylindrical-coordinate representation of color #2B521D: hue angle of 104.15º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B521D is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB438229-
CMYK0.4800.650.68
HSL104.15º47.75%21.76%-
HSV(B)104.15º64.63%32.16%-
XYZ4.246.642.22-
YUV64.3108.08112.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=27.92%
G=53.25%
B=18.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382290.4800.650.68104.1547.7521.76
Hex2B521D3004144683016
Octal53122356001011041506026
Binary101011101001011101110000010000011000100110100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,29); }

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

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

 a { background-color: rgb(43,82,29); }

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

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

 span { border-color: rgb(43,82,29); }

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