#2C5023

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

Shades of Palm Leaf #2C5023

Tints of Palm Leaf #2C5023

Color information

#2C5023 (or 0x2C5023) is unknown color: approx Palm Leaf. HEX triplet: 2C, 50 and 23. RGB value is (44,80,35). Sum of RGB (Red+Green+Blue) = 44+80+35=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5023 is #D3AFDC. Grayscale: #404040. Windows color (decimal): -13873117 or 2314284. OLE color: 2314284.

HSL color Cylindrical-coordinate representation of color #2C5023: hue angle of 108º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C5023 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB448035-
CMYK0.4500.560.69
HSL108º39.13%22.55%-
HSV(B)108º56.25%31.37%-
XYZ4.216.392.6-
YUV64.11111.57113.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=27.67%
G=50.31%
B=22.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4480350.4500.560.6910839.1322.55
Hex2C50232D038456c2717
Octal5412043550701051544727
Binary101100101000010001110110101110001000101110110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,35); }

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

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

 a { background-color: rgb(44,80,35); }

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

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

 span { border-color: rgb(44,80,35); }

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