#2F5727

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

Shades of Palm Leaf #2F5727

Tints of Palm Leaf #2F5727

Color information

#2F5727 (or 0x2F5727) is unknown color: approx Palm Leaf. HEX triplet: 2F, 57 and 27. RGB value is (47,87,39). Sum of RGB (Red+Green+Blue) = 47+87+39=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5727 is #D0A8D8. Grayscale: #454545. Windows color (decimal): -13674713 or 2578223. OLE color: 2578223.

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

Color convert

RGB478739-
CMYK0.4600.550.66
HSL110º38.1%24.71%-
HSV(B)110º55.17%34.12%-
XYZ4.957.573.12-
YUV69.57110.75111.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=27.17%
G=50.29%
B=22.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4787390.4600.550.6611038.124.71
Hex2F57272E037426e2619
Octal5712747560671021564631
Binary101111101011110011110111001101111000010110111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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