#2C4324

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

Shades of Palm Leaf #2C4324

Tints of Palm Leaf #2C4324

Color information

#2C4324 (or 0x2C4324) is unknown color: approx Palm Leaf. HEX triplet: 2C, 43 and 24. RGB value is (44,67,36). Sum of RGB (Red+Green+Blue) = 44+67+36=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4324 is #D3BCDB. Grayscale: #383838. Windows color (decimal): -13876444 or 2376492. OLE color: 2376492.

HSL color Cylindrical-coordinate representation of color #2C4324: hue angle of 104.52º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C4324 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB446736-
CMYK0.3400.460.74
HSL104.52º30.1%20.2%-
HSV(B)104.52º46.27%26.27%-
XYZ3.364.682.39-
YUV56.59116.38119.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.93%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=29.93%
G=45.58%
B=24.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4467360.3400.460.74104.5230.120.2
Hex2C43242202E4A691e14
Octal5410344420561121513624
Binary10110010000111001001000100101110100101011010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,67,36); }

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

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

 a { background-color: rgb(44,67,36); }

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

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

 span { border-color: rgb(44,67,36); }

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