#2C4625

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

Shades of Palm Leaf #2C4625

Tints of Palm Leaf #2C4625

Color information

#2C4625 (or 0x2C4625) is unknown color: approx Palm Leaf. HEX triplet: 2C, 46 and 25. RGB value is (44,70,37). Sum of RGB (Red+Green+Blue) = 44+70+37=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4625 is #D3B9DA. Grayscale: #3A3A3A. Windows color (decimal): -13875675 or 2442796. OLE color: 2442796.

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

Color convert

RGB447037-
CMYK0.3700.470.73
HSL107.27º30.84%20.98%-
HSV(B)107.27º47.14%27.45%-
XYZ3.565.052.54-
YUV58.46115.89117.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=29.14%
G=46.36%
B=24.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470370.3700.470.73107.2730.8420.98
Hex2C46252502F496b1f15
Octal5410645450571111533725
Binary10110010001101001011001010101111100100111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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