#2B591F

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

Shades of Palm Leaf #2B591F

Tints of Palm Leaf #2B591F

Color information

#2B591F (or 0x2B591F) is unknown color: approx Palm Leaf. HEX triplet: 2B, 59 and 1F. RGB value is (43,89,31). Sum of RGB (Red+Green+Blue) = 43+89+31=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #2B591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B591F is #D4A6E0. Grayscale: #444444. Windows color (decimal): -13936353 or 2054443. OLE color: 2054443.

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

Color convert

RGB438931-
CMYK0.5200.650.65
HSL107.59º48.33%23.53%-
HSV(B)107.59º65.17%34.9%-
XYZ4.827.762.54-
YUV68.63106.76109.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 89 (35.16% from 255) = 54.60%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=26.38%
G=54.60%
B=19.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389310.5200.650.65107.5948.3323.53
Hex2B591F34041416c3018
Octal53131376401011011546030
Binary101011101100111111110100010000011000001110110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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