#2F442B

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

Shades of Palm Leaf #2F442B

Tints of Palm Leaf #2F442B

Color information

#2F442B (or 0x2F442B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 44 and 2B. RGB value is (47,68,43). Sum of RGB (Red+Green+Blue) = 47+68+43=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #2F442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F442B is #D0BBD4. Grayscale: #3A3A3A. Windows color (decimal): -13679573 or 2835503. OLE color: 2835503.

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

Color convert

RGB476843-
CMYK0.3100.370.73
HSL110.4º22.52%21.76%-
HSV(B)110.4º36.76%26.67%-
XYZ3.684.913.04-
YUV58.87119.04119.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=29.75%
G=43.04%
B=27.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768430.3100.370.73110.422.5221.76
Hex2F442B1F025496e1716
Octal5710453370451111562726
Binary1011111000100101011111110100101100100111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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