#2C541D

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

Shades of Palm Leaf #2C541D

Tints of Palm Leaf #2C541D

Color information

#2C541D (or 0x2C541D) is unknown color: approx Palm Leaf. HEX triplet: 2C, 54 and 1D. RGB value is (44,84,29). Sum of RGB (Red+Green+Blue) = 44+84+29=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #2C541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C541D is #D3ABE2. Grayscale: #414141. Windows color (decimal): -13872099 or 1922092. OLE color: 1922092.

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

Color convert

RGB448429-
CMYK0.4800.650.67
HSL103.64º48.67%22.16%-
HSV(B)103.64º65.48%32.94%-
XYZ4.436.962.27-
YUV65.77107.25112.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=28.03%
G=53.50%
B=18.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4484290.4800.650.67103.6448.6722.16
Hex2C541D3004143683116
Octal54124356001011031506126
Binary101100101010011101110000010000011000011110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,29); }

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

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

 a { background-color: rgb(44,84,29); }

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

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

 span { border-color: rgb(44,84,29); }

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