#2F541B

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

Shades of Palm Leaf #2F541B

Tints of Palm Leaf #2F541B

Color information

#2F541B (or 0x2F541B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 54 and 1B. RGB value is (47,84,27). Sum of RGB (Red+Green+Blue) = 47+84+27=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #2F541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F541B is #D0ABE4. Grayscale: #424242. Windows color (decimal): -13675493 or 1791023. OLE color: 1791023.

HSL color Cylindrical-coordinate representation of color #2F541B: hue angle of 98.95º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F541B is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB478427-
CMYK0.4400.680.67
HSL98.95º51.35%21.76%-
HSV(B)98.95º67.86%32.94%-
XYZ4.547.022.15-
YUV66.44105.74114.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=29.75%
G=53.16%
B=17.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784270.4400.680.6798.9551.3521.76
Hex2F541B2C04443633316
Octal57124335401041031436326
Binary101111101010011011101100010001001000011110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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