#2F5824

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

Shades of Palm Leaf #2F5824

Tints of Palm Leaf #2F5824

Color information

#2F5824 (or 0x2F5824) is unknown color: approx Palm Leaf. HEX triplet: 2F, 58 and 24. RGB value is (47,88,36). Sum of RGB (Red+Green+Blue) = 47+88+36=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5824 is #D0A7DB. Grayscale: #454545. Windows color (decimal): -13674460 or 2381871. OLE color: 2381871.

HSL color Cylindrical-coordinate representation of color #2F5824: hue angle of 107.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5824 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB478836-
CMYK0.4700.590.65
HSL107.31º41.94%24.31%-
HSV(B)107.31º59.09%34.51%-
XYZ4.987.712.89-
YUV69.81108.92111.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.49%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=27.49%
G=51.46%
B=21.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4788360.4700.590.65107.3141.9424.31
Hex2F58242F03B416b2a18
Octal5713044570731011535230
Binary101111101100010010010111101110111000001110101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,88,36); }

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

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

 a { background-color: rgb(47,88,36); }

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

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

 span { border-color: rgb(47,88,36); }

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