#2F472A

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

Shades of Palm Leaf #2F472A

Tints of Palm Leaf #2F472A

Color information

#2F472A (or 0x2F472A) is unknown color: approx Palm Leaf. HEX triplet: 2F, 47 and 2A. RGB value is (47,71,42). Sum of RGB (Red+Green+Blue) = 47+71+42=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #2F472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F472A is #D0B8D5. Grayscale: #3C3C3C. Windows color (decimal): -13678806 or 2770735. OLE color: 2770735.

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

Color convert

RGB477142-
CMYK0.3400.410.72
HSL109.66º25.66%22.16%-
HSV(B)109.66º40.85%27.84%-
XYZ3.845.283.01-
YUV60.52117.55118.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=29.38%
G=44.38%
B=26.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771420.3400.410.72109.6625.6622.16
Hex2F472A22029486e1a16
Octal5710752420511101563226
Binary10111110001111010101000100101001100100011011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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