#2C531C

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

Shades of Palm Leaf #2C531C

Tints of Palm Leaf #2C531C

Color information

#2C531C (or 0x2C531C) is unknown color: approx Palm Leaf. HEX triplet: 2C, 53 and 1C. RGB value is (44,83,28). Sum of RGB (Red+Green+Blue) = 44+83+28=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #2C531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C531C is #D3ACE3. Grayscale: #414141. Windows color (decimal): -13872356 or 1856300. OLE color: 1856300.

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

Color convert

RGB448328-
CMYK0.4700.660.67
HSL102.55º49.55%21.76%-
HSV(B)102.55º66.27%32.55%-
XYZ4.346.812.18-
YUV65.07107.08112.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 83 (32.81% from 255) = 53.55%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=28.39%
G=53.55%
B=18.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483280.4700.660.67102.5549.5521.76
Hex2C531C2F04243673216
Octal54123345701021031476226
Binary101100101001111100101111010000101000011110011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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