#2B4321

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

Shades of Palm Leaf #2B4321

Tints of Palm Leaf #2B4321

Color information

#2B4321 (or 0x2B4321) is unknown color: approx Palm Leaf. HEX triplet: 2B, 43 and 21. RGB value is (43,67,33). Sum of RGB (Red+Green+Blue) = 43+67+33=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4321 is #D4BCDE. Grayscale: #383838. Windows color (decimal): -13941983 or 2179883. OLE color: 2179883.

HSL color Cylindrical-coordinate representation of color #2B4321: hue angle of 102.35º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4321 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB436733-
CMYK0.3600.510.74
HSL102.35º34%19.61%-
HSV(B)102.35º50.75%26.27%-
XYZ3.284.642.16-
YUV55.95115.05118.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.07%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=30.07%
G=46.85%
B=23.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367330.3600.510.74102.353419.61
Hex2B4321240334A662214
Octal5310341440631121464224
Binary101011100001110000110010001100111001010110011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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