#2B4E20

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

Shades of Palm Leaf #2B4E20

Tints of Palm Leaf #2B4E20

Color information

#2B4E20 (or 0x2B4E20) is unknown color: approx Palm Leaf. HEX triplet: 2B, 4E and 20. RGB value is (43,78,32). Sum of RGB (Red+Green+Blue) = 43+78+32=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E20 is #D4B1DF. Grayscale: #3E3E3E. Windows color (decimal): -13939168 or 2117163. OLE color: 2117163.

HSL color Cylindrical-coordinate representation of color #2B4E20: hue angle of 105.65º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4E20 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB437832-
CMYK0.4500.590.69
HSL105.65º41.82%21.57%-
HSV(B)105.65º58.97%30.59%-
XYZ3.986.072.33-
YUV62.29110.9114.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 78 (30.86% from 255) = 50.98%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=28.10%
G=50.98%
B=20.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378320.4500.590.69105.6541.8221.57
Hex2B4E202D03B456a2a16
Octal5311640550731051525226
Binary101011100111010000010110101110111000101110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,32); }

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

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

 a { background-color: rgb(43,78,32); }

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

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

 span { border-color: rgb(43,78,32); }

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