#2C4B25

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

Shades of Palm Leaf #2C4B25

Tints of Palm Leaf #2C4B25

Color information

#2C4B25 (or 0x2C4B25) is unknown color: approx Palm Leaf. HEX triplet: 2C, 4B and 25. RGB value is (44,75,37). Sum of RGB (Red+Green+Blue) = 44+75+37=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B25 is #D3B4DA. Grayscale: #3D3D3D. Windows color (decimal): -13874395 or 2444076. OLE color: 2444076.

HSL color Cylindrical-coordinate representation of color #2C4B25: hue angle of 108.95º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C4B25 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB447537-
CMYK0.4100.510.71
HSL108.95º33.93%21.96%-
HSV(B)108.95º50.67%29.41%-
XYZ3.895.72.65-
YUV61.4114.23115.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.21%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=28.21%
G=48.08%
B=23.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475370.4100.510.71108.9533.9321.96
Hex2C4B2529033476d2216
Octal5411345510631071554226
Binary101100100101110010110100101100111000111110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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