#2F5729

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

Shades of Palm Leaf #2F5729

Tints of Palm Leaf #2F5729

Color information

#2F5729 (or 0x2F5729) is unknown color: approx Palm Leaf. HEX triplet: 2F, 57 and 29. RGB value is (47,87,41). Sum of RGB (Red+Green+Blue) = 47+87+41=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5729 is #D0A8D6. Grayscale: #454545. Windows color (decimal): -13674711 or 2709295. OLE color: 2709295.

HSL color Cylindrical-coordinate representation of color #2F5729: hue angle of 112.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5729 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB478741-
CMYK0.4600.530.66
HSL112.17º35.94%25.1%-
HSV(B)112.17º52.87%34.12%-
XYZ4.987.583.3-
YUV69.8111.75111.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=26.86%
G=49.71%
B=23.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4787410.4600.530.66112.1735.9425.1
Hex2F57292E03542702419
Octal5712751560651021604431
Binary101111101011110100110111001101011000010111000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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