#2B5521

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

Shades of Palm Leaf #2B5521

Tints of Palm Leaf #2B5521

Color information

#2B5521 (or 0x2B5521) is unknown color: approx Palm Leaf. HEX triplet: 2B, 55 and 21. RGB value is (43,85,33). Sum of RGB (Red+Green+Blue) = 43+85+33=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5521 is #D4AADE. Grayscale: #424242. Windows color (decimal): -13937375 or 2184491. OLE color: 2184491.

HSL color Cylindrical-coordinate representation of color #2B5521: hue angle of 108.46º 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 #2B5521 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB438533-
CMYK0.4900.610.67
HSL108.46º44.07%23.14%-
HSV(B)108.46º61.18%33.33%-
XYZ4.527.122.58-
YUV66.51109.09111.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=26.71%
G=52.80%
B=20.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385330.4900.610.67108.4644.0723.14
Hex2B55213103D436c2c17
Octal5312541610751031545427
Binary101011101010110000111000101111011000011110110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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