#2F4821

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

Shades of Palm Leaf #2F4821

Tints of Palm Leaf #2F4821

Color information

#2F4821 (or 0x2F4821) is unknown color: approx Palm Leaf. HEX triplet: 2F, 48 and 21. RGB value is (47,72,33). Sum of RGB (Red+Green+Blue) = 47+72+33=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4821 is #D0B7DE. Grayscale: #3C3C3C. Windows color (decimal): -13678559 or 2181167. OLE color: 2181167.

HSL color Cylindrical-coordinate representation of color #2F4821: hue angle of 98.46º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F4821 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB477233-
CMYK0.3500.540.72
HSL98.46º37.14%20.59%-
HSV(B)98.46º54.17%28.24%-
XYZ3.765.352.27-
YUV60.08112.72118.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.92%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=30.92%
G=47.37%
B=21.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772330.3500.540.7298.4637.1420.59
Hex2F48212303648622515
Octal5711041430661101424525
Binary101111100100010000110001101101101001000110001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,72,33); }

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

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

 a { background-color: rgb(47,72,33); }

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

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

 span { border-color: rgb(47,72,33); }

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