#2C5413

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

Shades of Palm Leaf #2C5413

Tints of Palm Leaf #2C5413

Color information

#2C5413 (or 0x2C5413) is unknown color: approx Palm Leaf. HEX triplet: 2C, 54 and 13. RGB value is (44,84,19). Sum of RGB (Red+Green+Blue) = 44+84+19=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5413 is #D3ABEC. Grayscale: #404040. Windows color (decimal): -13872109 or 1266732. OLE color: 1266732.

HSL color Cylindrical-coordinate representation of color #2C5413: hue angle of 96.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5413 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB448419-
CMYK0.4800.770.67
HSL96.92º63.11%20.2%-
HSV(B)96.92º77.38%32.94%-
XYZ4.336.921.72-
YUV64.63102.25113.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.93%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=29.93%
G=57.14%
B=12.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4484190.4800.770.6796.9263.1120.2
Hex2C54133004D43613f14
Octal54124236001151031417724
Binary101100101010010011110000010011011000011110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,19); }

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

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

 a { background-color: rgb(44,84,19); }

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

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

 span { border-color: rgb(44,84,19); }

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