#2C5E15

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

Shades of Palm Leaf #2C5E15

Tints of Palm Leaf #2C5E15

Color information

#2C5E15 (or 0x2C5E15) is unknown color: approx Palm Leaf. HEX triplet: 2C, 5E and 15. RGB value is (44,94,21). Sum of RGB (Red+Green+Blue) = 44+94+21=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #2C5E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5E15 is #D3A1EA. Grayscale: #464646. Windows color (decimal): -13869547 or 1400364. OLE color: 1400364.

HSL color Cylindrical-coordinate representation of color #2C5E15: hue angle of 101.1º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5E15 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB449421-
CMYK0.5300.780.63
HSL101.1º63.48%22.55%-
HSV(B)101.1º77.66%36.86%-
XYZ5.188.62.1-
YUV70.7399.94108.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 94 (37.11% from 255) = 59.12%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=27.67%
G=59.12%
B=13.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4494210.5300.780.63101.163.4822.55
Hex2C5E153504E3F653f17
Octal5413625650116771457727
Binary10110010111101010111010101001110111111110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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