#2F412B

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

Shades of Palm Leaf #2F412B

Tints of Palm Leaf #2F412B

Color information

#2F412B (or 0x2F412B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 41 and 2B. RGB value is (47,65,43). Sum of RGB (Red+Green+Blue) = 47+65+43=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #2F412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F412B is #D0BED4. Grayscale: #393939. Windows color (decimal): -13680341 or 2834735. OLE color: 2834735.

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

Color convert

RGB476543-
CMYK0.2800.340.75
HSL109.09º20.37%21.18%-
HSV(B)109.09º33.85%25.49%-
XYZ3.54.562.98-
YUV57.11120.04120.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.32%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=30.32%
G=41.94%
B=27.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765430.2800.340.75109.0920.3721.18
Hex2F412B1C0224B6d1415
Octal5710153340421131552425
Binary1011111000001101011111000100010100101111011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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