#2C5511

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

Shades of Palm Leaf #2C5511

Tints of Palm Leaf #2C5511

Color information

#2C5511 (or 0x2C5511) is unknown color: approx Palm Leaf. HEX triplet: 2C, 55 and 11. RGB value is (44,85,17). Sum of RGB (Red+Green+Blue) = 44+85+17=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5511 is #D3AAEE. Grayscale: #414141. Windows color (decimal): -13871855 or 1135916. OLE color: 1135916.

HSL color Cylindrical-coordinate representation of color #2C5511: hue angle of 96.18º degrees, saturation: 0.67, 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 #2C5511 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB448517-
CMYK0.4800.800.67
HSL96.18º66.67%20%-
HSV(B)96.18º80%33.33%-
XYZ4.397.071.66-
YUV64.99100.92113.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.14%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=30.14%
G=58.22%
B=11.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485170.4800.800.6796.1866.6720
Hex2C55113005043604314
Octal541252160012010314010324
Binary1011001010101100011100000101000010000111100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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