#2B4821

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

Shades of Palm Leaf #2B4821

Tints of Palm Leaf #2B4821

Color information

#2B4821 (or 0x2B4821) is unknown color: approx Palm Leaf. HEX triplet: 2B, 48 and 21. RGB value is (43,72,33). Sum of RGB (Red+Green+Blue) = 43+72+33=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4821 is #D4B7DE. Grayscale: #3B3B3B. Windows color (decimal): -13940703 or 2181163. OLE color: 2181163.

HSL color Cylindrical-coordinate representation of color #2B4821: hue angle of 104.62º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B4821 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB437233-
CMYK0.4000.540.72
HSL104.62º37.14%20.59%-
HSV(B)104.62º54.17%28.24%-
XYZ3.595.262.26-
YUV58.88113.39116.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.05%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=29.05%
G=48.65%
B=22.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372330.4000.540.72104.6237.1420.59
Hex2B48212803648692515
Octal5311041500661101514525
Binary101011100100010000110100001101101001000110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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