#2C5320

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

Shades of Palm Leaf #2C5320

Tints of Palm Leaf #2C5320

Color information

#2C5320 (or 0x2C5320) is unknown color: approx Palm Leaf. HEX triplet: 2C, 53 and 20. RGB value is (44,83,32). Sum of RGB (Red+Green+Blue) = 44+83+32=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5320 is #D3ACDF. Grayscale: #414141. Windows color (decimal): -13872352 or 2118444. OLE color: 2118444.

HSL color Cylindrical-coordinate representation of color #2C5320: hue angle of 105.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C5320 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB448332-
CMYK0.4700.610.67
HSL105.88º44.35%22.55%-
HSV(B)105.88º61.45%32.55%-
XYZ4.396.832.45-
YUV65.52109.08112.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=27.67%
G=52.20%
B=20.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483320.4700.610.67105.8844.3522.55
Hex2C53202F03D436a2c17
Octal5412340570751031525427
Binary101100101001110000010111101111011000011110101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,83,32); }

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

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

 a { background-color: rgb(44,83,32); }

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

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

 span { border-color: rgb(44,83,32); }

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