#2F4720

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

Shades of Palm Leaf #2F4720

Tints of Palm Leaf #2F4720

Color information

#2F4720 (or 0x2F4720) is unknown color: approx Palm Leaf. HEX triplet: 2F, 47 and 20. RGB value is (47,71,32). Sum of RGB (Red+Green+Blue) = 47+71+32=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4720 is #D0B8DF. Grayscale: #3B3B3B. Windows color (decimal): -13678816 or 2115375. OLE color: 2115375.

HSL color Cylindrical-coordinate representation of color #2F4720: hue angle of 96.92º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F4720 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB477132-
CMYK0.3400.550.72
HSL96.92º37.86%20.2%-
HSV(B)96.92º54.93%27.84%-
XYZ3.695.222.18-
YUV59.38112.55119.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=31.33%
G=47.33%
B=21.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771320.3400.550.7296.9237.8620.2
Hex2F47202203748612614
Octal5710740420671101414624
Binary101111100011110000010001001101111001000110000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,32); }

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

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

 a { background-color: rgb(47,71,32); }

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

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

 span { border-color: rgb(47,71,32); }

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