#2F5320

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

Shades of Palm Leaf #2F5320

Tints of Palm Leaf #2F5320

Color information

#2F5320 (or 0x2F5320) is unknown color: approx Palm Leaf. HEX triplet: 2F, 53 and 20. RGB value is (47,83,32). Sum of RGB (Red+Green+Blue) = 47+83+32=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5320 is #D0ACDF. Grayscale: #424242. Windows color (decimal): -13675744 or 2118447. OLE color: 2118447.

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

Color convert

RGB478332-
CMYK0.4300.610.67
HSL102.35º44.35%22.55%-
HSV(B)102.35º61.45%32.55%-
XYZ4.536.92.46-
YUV66.42108.57114.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=29.01%
G=51.23%
B=19.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783320.4300.610.67102.3544.3522.55
Hex2F53202B03D43662c17
Octal5712340530751031465427
Binary101111101001110000010101101111011000011110011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,32); }

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

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

 a { background-color: rgb(47,83,32); }

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

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

 span { border-color: rgb(47,83,32); }

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