#2C4124

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

Shades of Palm Leaf #2C4124

Tints of Palm Leaf #2C4124

Color information

#2C4124 (or 0x2C4124) is unknown color: approx Palm Leaf. HEX triplet: 2C, 41 and 24. RGB value is (44,65,36). Sum of RGB (Red+Green+Blue) = 44+65+36=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4124 is #D3BEDB. Grayscale: #373737. Windows color (decimal): -13876956 or 2375980. OLE color: 2375980.

HSL color Cylindrical-coordinate representation of color #2C4124: hue angle of 103.45º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C4124 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB446536-
CMYK0.3200.450.75
HSL103.45º28.71%19.8%-
HSV(B)103.45º44.62%25.49%-
XYZ3.254.442.36-
YUV55.42117.04119.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.34%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=30.34%
G=44.83%
B=24.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465360.3200.450.75103.4528.7119.8
Hex2C41242002D4B671d14
Octal5410144400551131473524
Binary10110010000011001001000000101101100101111001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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