#2B541B

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

Shades of Palm Leaf #2B541B

Tints of Palm Leaf #2B541B

Color information

#2B541B (or 0x2B541B) is unknown color: approx Palm Leaf. HEX triplet: 2B, 54 and 1B. RGB value is (43,84,27). Sum of RGB (Red+Green+Blue) = 43+84+27=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #2B541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B541B is #D4ABE4. Grayscale: #414141. Windows color (decimal): -13937637 or 1791019. OLE color: 1791019.

HSL color Cylindrical-coordinate representation of color #2B541B: hue angle of 103.16º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B541B is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB438427-
CMYK0.4900.680.67
HSL103.16º51.35%21.76%-
HSV(B)103.16º67.86%32.94%-
XYZ4.366.932.15-
YUV65.24106.42112.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=27.92%
G=54.55%
B=17.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384270.4900.680.67103.1651.3521.76
Hex2B541B3104443673316
Octal53124336101041031476326
Binary101011101010011011110001010001001000011110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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