#2C5523

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

Shades of Palm Leaf #2C5523

Tints of Palm Leaf #2C5523

Color information

#2C5523 (or 0x2C5523) is unknown color: approx Palm Leaf. HEX triplet: 2C, 55 and 23. RGB value is (44,85,35). Sum of RGB (Red+Green+Blue) = 44+85+35=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5523 is #D3AADC. Grayscale: #434343. Windows color (decimal): -13871837 or 2315564. OLE color: 2315564.

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

Color convert

RGB448535-
CMYK0.4800.590.67
HSL109.2º41.67%23.53%-
HSV(B)109.2º58.82%33.33%-
XYZ4.597.152.73-
YUV67.04109.92111.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.83%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=26.83%
G=51.83%
B=21.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485350.4800.590.67109.241.6723.53
Hex2C55233003B436d2a18
Octal5412543600731031555230
Binary101100101010110001111000001110111000011110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,35); }

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

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

 a { background-color: rgb(44,85,35); }

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

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

 span { border-color: rgb(44,85,35); }

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