#2F591C

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

Shades of Palm Leaf #2F591C

Tints of Palm Leaf #2F591C

Color information

#2F591C (or 0x2F591C) is unknown color: approx Palm Leaf. HEX triplet: 2F, 59 and 1C. RGB value is (47,89,28). Sum of RGB (Red+Green+Blue) = 47+89+28=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #2F591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F591C is #D0A6E3. Grayscale: #454545. Windows color (decimal): -13674212 or 1857839. OLE color: 1857839.

HSL color Cylindrical-coordinate representation of color #2F591C: hue angle of 101.31º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F591C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB478928-
CMYK0.4700.690.65
HSL101.31º52.14%22.94%-
HSV(B)101.31º68.54%34.9%-
XYZ4.957.832.35-
YUV69.49104.59111.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.66%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=28.66%
G=54.27%
B=17.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789280.4700.690.65101.3152.1422.94
Hex2F591C2F04541653417
Octal57131345701051011456427
Binary101111101100111100101111010001011000001110010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,28); }

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

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

 a { background-color: rgb(47,89,28); }

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

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

 span { border-color: rgb(47,89,28); }

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