#2C591F

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

Shades of Palm Leaf #2C591F

Tints of Palm Leaf #2C591F

Color information

#2C591F (or 0x2C591F) is unknown color: approx Palm Leaf. HEX triplet: 2C, 59 and 1F. RGB value is (44,89,31). Sum of RGB (Red+Green+Blue) = 44+89+31=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #2C591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C591F is #D3A6E0. Grayscale: #454545. Windows color (decimal): -13870817 or 2054444. OLE color: 2054444.

HSL color Cylindrical-coordinate representation of color #2C591F: hue angle of 106.55º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C591F is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB448931-
CMYK0.5100.650.65
HSL106.55º48.33%23.53%-
HSV(B)106.55º65.17%34.9%-
XYZ4.867.782.54-
YUV68.93106.59110.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.83%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=26.83%
G=54.27%
B=18.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4489310.5100.650.65106.5548.3323.53
Hex2C591F33041416b3018
Octal54131376301011011536030
Binary101100101100111111110011010000011000001110101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,89,31); }

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

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

 a { background-color: rgb(44,89,31); }

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

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

 span { border-color: rgb(44,89,31); }

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