#2C5124

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

Shades of Palm Leaf #2C5124

Tints of Palm Leaf #2C5124

Color information

#2C5124 (or 0x2C5124) is unknown color: approx Palm Leaf. HEX triplet: 2C, 51 and 24. RGB value is (44,81,36). Sum of RGB (Red+Green+Blue) = 44+81+36=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #2C5124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5124 is #D3AEDB. Grayscale: #404040. Windows color (decimal): -13872860 or 2380076. OLE color: 2380076.

HSL color Cylindrical-coordinate representation of color #2C5124: hue angle of 109.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C5124 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB448136-
CMYK0.4600.560.68
HSL109.33º38.46%22.94%-
HSV(B)109.33º55.56%31.76%-
XYZ4.36.552.71-
YUV64.81111.74113.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.33%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=27.33%
G=50.31%
B=22.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481360.4600.560.68109.3338.4622.94
Hex2C51242E038446d2617
Octal5412144560701041554627
Binary101100101000110010010111001110001000100110110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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