#2F4629

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

Shades of Palm Leaf #2F4629

Tints of Palm Leaf #2F4629

Color information

#2F4629 (or 0x2F4629) is unknown color: approx Palm Leaf. HEX triplet: 2F, 46 and 29. RGB value is (47,70,41). Sum of RGB (Red+Green+Blue) = 47+70+41=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4629 is #D0B9D6. Grayscale: #3B3B3B. Windows color (decimal): -13679063 or 2704943. OLE color: 2704943.

HSL color Cylindrical-coordinate representation of color #2F4629: hue angle of 107.59º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4629 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB477041-
CMYK0.3300.410.73
HSL107.59º26.13%21.76%-
HSV(B)107.59º41.43%27.45%-
XYZ3.765.142.89-
YUV59.82117.38118.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=29.75%
G=44.30%
B=25.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4770410.3300.410.73107.5926.1321.76
Hex2F462921029496c1a16
Octal5710651410511111543226
Binary10111110001101010011000010101001100100111011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,41); }

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

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

 a { background-color: rgb(47,70,41); }

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

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

 span { border-color: rgb(47,70,41); }

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