#2F442E

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

Shades of Palm Leaf #2F442E

Tints of Palm Leaf #2F442E

Color information

#2F442E (or 0x2F442E) is unknown color: approx Palm Leaf. HEX triplet: 2F, 44 and 2E. RGB value is (47,68,46). Sum of RGB (Red+Green+Blue) = 47+68+46=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #2F442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F442E is #D0BBD1. Grayscale: #3B3B3B. Windows color (decimal): -13679570 or 3032111. OLE color: 3032111.

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

Color convert

RGB476846-
CMYK0.3100.320.73
HSL117.27º19.3%22.35%-
HSV(B)117.27º32.35%26.67%-
XYZ3.734.943.34-
YUV59.21120.54119.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=29.19%
G=42.24%
B=28.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768460.3100.320.73117.2719.322.35
Hex2F442E1F02049751316
Octal5710456370401111652326
Binary1011111000100101110111110100000100100111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,46); }

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

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

 a { background-color: rgb(47,68,46); }

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

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

 span { border-color: rgb(47,68,46); }

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