#2B5421

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

Shades of Palm Leaf #2B5421

Tints of Palm Leaf #2B5421

Color information

#2B5421 (or 0x2B5421) is unknown color: approx Palm Leaf. HEX triplet: 2B, 54 and 21. RGB value is (43,84,33). Sum of RGB (Red+Green+Blue) = 43+84+33=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5421 is #D4ABDE. Grayscale: #424242. Windows color (decimal): -13937631 or 2184235. OLE color: 2184235.

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

Color convert

RGB438433-
CMYK0.4900.610.67
HSL108.24º43.59%22.94%-
HSV(B)108.24º60.71%32.94%-
XYZ4.446.962.55-
YUV65.93109.42111.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=26.88%
G=52.5%
B=20.62%

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
Decimal4384330.4900.610.67108.2443.5922.94
Hex2B54213103D436c2c17
Octal5312441610751031545427
Binary101011101010010000111000101111011000011110110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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