#2B591B

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

Shades of Palm Leaf #2B591B

Tints of Palm Leaf #2B591B

Color information

#2B591B (or 0x2B591B) is unknown color: approx Palm Leaf. HEX triplet: 2B, 59 and 1B. RGB value is (43,89,27). Sum of RGB (Red+Green+Blue) = 43+89+27=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #2B591B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B591B is #D4A6E4. Grayscale: #444444. Windows color (decimal): -13936357 or 1792299. OLE color: 1792299.

HSL color Cylindrical-coordinate representation of color #2B591B: hue angle of 104.52º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B591B is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB438927-
CMYK0.5200.700.65
HSL104.52º53.45%22.75%-
HSV(B)104.52º69.66%34.9%-
XYZ4.777.742.28-
YUV68.18104.76110.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=27.04%
G=55.97%
B=16.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389270.5200.700.65104.5253.4522.75
Hex2B591B3404641693517
Octal53131336401061011516527
Binary101011101100111011110100010001101000001110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,27); }

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

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

 a { background-color: rgb(43,89,27); }

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

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

 span { border-color: rgb(43,89,27); }

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