#2F4324

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

Shades of Palm Leaf #2F4324

Tints of Palm Leaf #2F4324

Color information

#2F4324 (or 0x2F4324) is unknown color: approx Palm Leaf. HEX triplet: 2F, 43 and 24. RGB value is (47,67,36). Sum of RGB (Red+Green+Blue) = 47+67+36=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4324 is #D0BCDB. Grayscale: #393939. Windows color (decimal): -13679836 or 2376495. OLE color: 2376495.

HSL color Cylindrical-coordinate representation of color #2F4324: hue angle of 98.71º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F4324 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB476736-
CMYK0.3000.460.74
HSL98.71º30.1%20.2%-
HSV(B)98.71º46.27%26.27%-
XYZ3.54.752.4-
YUV57.49115.87120.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.33%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 36 (14.45% from 255) = 24%
R=31.33%
G=44.67%
B=24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4767360.3000.460.7498.7130.120.2
Hex2F43241E02E4A631e14
Octal5710344360561121433624
Binary1011111000011100100111100101110100101011000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,67,36); }

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

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

 a { background-color: rgb(47,67,36); }

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

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

 span { border-color: rgb(47,67,36); }

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