#2C5311

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

Shades of Palm Leaf #2C5311

Tints of Palm Leaf #2C5311

Color information

#2C5311 (or 0x2C5311) is unknown color: approx Palm Leaf. HEX triplet: 2C, 53 and 11. RGB value is (44,83,17). Sum of RGB (Red+Green+Blue) = 44+83+17=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5311 is #D3ACEE. Grayscale: #404040. Windows color (decimal): -13872367 or 1135404. OLE color: 1135404.

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

Color convert

RGB448317-
CMYK0.4700.800.67
HSL95.45º66%19.61%-
HSV(B)95.45º79.52%32.55%-
XYZ4.236.761.61-
YUV63.82101.58113.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=30.56%
G=57.64%
B=11.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483170.4700.800.6795.456619.61
Hex2C53112F050435f4214
Octal541232157012010313710224
Binary1011001010011100011011110101000010000111011111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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