#2F4423

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

Shades of Palm Leaf #2F4423

Tints of Palm Leaf #2F4423

Color information

#2F4423 (or 0x2F4423) is unknown color: approx Palm Leaf. HEX triplet: 2F, 44 and 23. RGB value is (47,68,35). Sum of RGB (Red+Green+Blue) = 47+68+35=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4423 is #D0BBDC. Grayscale: #3A3A3A. Windows color (decimal): -13679581 or 2311215. OLE color: 2311215.

HSL color Cylindrical-coordinate representation of color #2F4423: hue angle of 98.18º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F4423 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB476835-
CMYK0.3100.490.73
HSL98.18º32.04%20.2%-
HSV(B)98.18º48.53%26.67%-
XYZ3.544.862.34-
YUV57.96115.04120.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.33%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=31.33%
G=45.33%
B=23.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768350.3100.490.7398.1832.0420.2
Hex2F44231F03149622014
Octal5710443370611111424024
Binary10111110001001000111111101100011001001110001010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,35); }

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

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

 a { background-color: rgb(47,68,35); }

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

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

 span { border-color: rgb(47,68,35); }

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