#2B5620

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

Shades of Palm Leaf #2B5620

Tints of Palm Leaf #2B5620

Color information

#2B5620 (or 0x2B5620) is unknown color: approx Palm Leaf. HEX triplet: 2B, 56 and 20. RGB value is (43,86,32). Sum of RGB (Red+Green+Blue) = 43+86+32=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5620 is #D4A9DF. Grayscale: #434343. Windows color (decimal): -13937120 or 2119211. OLE color: 2119211.

HSL color Cylindrical-coordinate representation of color #2B5620: hue angle of 107.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5620 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB438632-
CMYK0.5000.630.66
HSL107.78º45.76%23.14%-
HSV(B)107.78º62.79%33.73%-
XYZ4.587.272.53-
YUV66.99108.25110.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=26.71%
G=53.42%
B=19.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4386320.5000.630.66107.7845.7623.14
Hex2B56203203F426c2e17
Octal5312640620771021545627
Binary101011101011010000011001001111111000010110110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,32); }

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

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

 a { background-color: rgb(43,86,32); }

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

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

 span { border-color: rgb(43,86,32); }

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