#2C5715

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

Shades of Palm Leaf #2C5715

Tints of Palm Leaf #2C5715

Color information

#2C5715 (or 0x2C5715) is unknown color: approx Palm Leaf. HEX triplet: 2C, 57 and 15. RGB value is (44,87,21). Sum of RGB (Red+Green+Blue) = 44+87+21=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #2C5715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5715 is #D3A8EA. Grayscale: #424242. Windows color (decimal): -13871339 or 1398572. OLE color: 1398572.

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

Color convert

RGB448721-
CMYK0.4900.760.66
HSL99.09º61.11%21.18%-
HSV(B)99.09º75.86%34.12%-
XYZ4.587.411.9-
YUV66.62102.25111.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 87 (34.38% from 255) = 57.24%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=28.95%
G=57.24%
B=13.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4487210.4900.760.6699.0961.1121.18
Hex2C57153104C42633d15
Octal54127256101141021437525
Binary101100101011110101110001010011001000010110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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