#2C5614

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

Shades of Palm Leaf #2C5614

Tints of Palm Leaf #2C5614

Color information

#2C5614 (or 0x2C5614) is unknown color: approx Palm Leaf. HEX triplet: 2C, 56 and 14. RGB value is (44,86,20). Sum of RGB (Red+Green+Blue) = 44+86+20=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #2C5614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5614 is #D3A9EB. Grayscale: #424242. Windows color (decimal): -13871596 or 1332780. OLE color: 1332780.

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

Color convert

RGB448620-
CMYK0.4900.770.66
HSL98.18º62.26%20.78%-
HSV(B)98.18º76.74%33.73%-
XYZ4.497.241.82-
YUV65.92102.09112.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.33%
GREEN value IS 86 (33.98% from 255) = 57.33%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=29.33%
G=57.33%
B=13.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4486200.4900.770.6698.1862.2620.78
Hex2C56143104D42623e15
Octal54126246101151021427625
Binary101100101011010100110001010011011000010110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,86,20); }

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

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

 a { background-color: rgb(44,86,20); }

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

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

 span { border-color: rgb(44,86,20); }

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