#2F571B

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

Shades of Palm Leaf #2F571B

Tints of Palm Leaf #2F571B

Color information

#2F571B (or 0x2F571B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 57 and 1B. RGB value is (47,87,27). Sum of RGB (Red+Green+Blue) = 47+87+27=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #2F571B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F571B is #D0A8E4. Grayscale: #444444. Windows color (decimal): -13674725 or 1791791. OLE color: 1791791.

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

Color convert

RGB478727-
CMYK0.4600.690.66
HSL100º52.63%22.35%-
HSV(B)100º68.97%34.12%-
XYZ4.787.52.23-
YUV68.2104.75112.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=29.19%
G=54.04%
B=16.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4787270.4600.690.6610052.6322.35
Hex2F571B2E04542643516
Octal57127335601051021446526
Binary101111101011111011101110010001011000010110010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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