#2F511D

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

Shades of Palm Leaf #2F511D

Tints of Palm Leaf #2F511D

Color information

#2F511D (or 0x2F511D) is unknown color: approx Palm Leaf. HEX triplet: 2F, 51 and 1D. RGB value is (47,81,29). Sum of RGB (Red+Green+Blue) = 47+81+29=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #2F511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F511D is #D0AEE2. Grayscale: #414141. Windows color (decimal): -13676259 or 1921327. OLE color: 1921327.

HSL color Cylindrical-coordinate representation of color #2F511D: hue angle of 99.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F511D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB478129-
CMYK0.4200.640.68
HSL99.23º47.27%21.57%-
HSV(B)99.23º64.2%31.76%-
XYZ4.346.582.2-
YUV64.91107.74115.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.94%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=29.94%
G=51.59%
B=18.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4781290.4200.640.6899.2347.2721.57
Hex2F511D2A04044632f16
Octal57121355201001041435726
Binary101111101000111101101010010000001000100110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,29); }

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

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

 a { background-color: rgb(47,81,29); }

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

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

 span { border-color: rgb(47,81,29); }

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