#2C4623

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

Shades of Palm Leaf #2C4623

Tints of Palm Leaf #2C4623

Color information

#2C4623 (or 0x2C4623) is unknown color: approx Palm Leaf. HEX triplet: 2C, 46 and 23. RGB value is (44,70,35). Sum of RGB (Red+Green+Blue) = 44+70+35=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4623 is #D3B9DC. Grayscale: #3A3A3A. Windows color (decimal): -13875677 or 2311724. OLE color: 2311724.

HSL color Cylindrical-coordinate representation of color #2C4623: hue angle of 104.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C4623 is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB447035-
CMYK0.3700.50.73
HSL104.57º33.33%20.59%-
HSV(B)104.57º50%27.45%-
XYZ3.535.042.38-
YUV58.24114.89117.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.53%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=29.53%
G=46.98%
B=23.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470350.3700.50.73104.5733.3320.59
Hex2C46232503249692115
Octal5410643450621111514125
Binary101100100011010001110010101100101001001110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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