#2C4326

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

Shades of Palm Leaf #2C4326

Tints of Palm Leaf #2C4326

Color information

#2C4326 (or 0x2C4326) is unknown color: approx Palm Leaf. HEX triplet: 2C, 43 and 26. RGB value is (44,67,38). Sum of RGB (Red+Green+Blue) = 44+67+38=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4326 is #D3BCD9. Grayscale: #383838. Windows color (decimal): -13876442 or 2507564. OLE color: 2507564.

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

Color convert

RGB446738-
CMYK0.3400.430.74
HSL107.59º27.62%20.59%-
HSV(B)107.59º43.28%26.27%-
XYZ3.44.692.56-
YUV56.82117.38118.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.53%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=29.53%
G=44.97%
B=25.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4467380.3400.430.74107.5927.6220.59
Hex2C43262202B4A6c1c15
Octal5410346420531121543425
Binary10110010000111001101000100101011100101011011001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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