#2C5526

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

Shades of Palm Leaf #2C5526

Tints of Palm Leaf #2C5526

Color information

#2C5526 (or 0x2C5526) is unknown color: approx Palm Leaf. HEX triplet: 2C, 55 and 26. RGB value is (44,85,38). Sum of RGB (Red+Green+Blue) = 44+85+38=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5526 is #D3AAD9. Grayscale: #434343. Windows color (decimal): -13871834 or 2512172. OLE color: 2512172.

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

Color convert

RGB448538-
CMYK0.4800.550.67
HSL112.34º38.21%24.12%-
HSV(B)112.34º55.29%33.33%-
XYZ4.647.172.97-
YUV67.38111.42111.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=26.35%
G=50.90%
B=22.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485380.4800.550.67112.3438.2124.12
Hex2C55263003743702618
Octal5412546600671031604630
Binary101100101010110011011000001101111000011111000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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