#2C5716

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

Shades of Palm Leaf #2C5716

Tints of Palm Leaf #2C5716

Color information

#2C5716 (or 0x2C5716) is unknown color: approx Palm Leaf. HEX triplet: 2C, 57 and 16. RGB value is (44,87,22). Sum of RGB (Red+Green+Blue) = 44+87+22=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #2C5716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5716 is #D3A8E9. Grayscale: #424242. Windows color (decimal): -13871338 or 1464108. OLE color: 1464108.

HSL color Cylindrical-coordinate representation of color #2C5716: hue angle of 99.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C5716 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB448722-
CMYK0.4900.750.66
HSL99.69º59.63%21.37%-
HSV(B)99.69º74.71%34.12%-
XYZ4.597.411.95-
YUV66.73102.75111.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.76%
GREEN value IS 87 (34.38% from 255) = 56.86%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=28.76%
G=56.86%
B=14.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4487220.4900.750.6699.6959.6321.37
Hex2C57163104B42643c15
Octal54127266101131021447425
Binary101100101011110110110001010010111000010110010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,87,22); }

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

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

 a { background-color: rgb(44,87,22); }

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

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

 span { border-color: rgb(44,87,22); }

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