#2C4626

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

Shades of Palm Leaf #2C4626

Tints of Palm Leaf #2C4626

Color information

#2C4626 (or 0x2C4626) is unknown color: approx Palm Leaf. HEX triplet: 2C, 46 and 26. RGB value is (44,70,38). Sum of RGB (Red+Green+Blue) = 44+70+38=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4626 is #D3B9D9. Grayscale: #3A3A3A. Windows color (decimal): -13875674 or 2508332. OLE color: 2508332.

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

Color convert

RGB447038-
CMYK0.3700.460.73
HSL108.75º29.63%21.18%-
HSV(B)108.75º45.71%27.45%-
XYZ3.585.062.62-
YUV58.58116.39117.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 38 (15.23% from 255) = 25%
R=28.95%
G=46.05%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470380.3700.460.73108.7529.6321.18
Hex2C46262502E496d1e15
Octal5410646450561111553625
Binary10110010001101001101001010101110100100111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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