#2F422A

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

Shades of Palm Leaf #2F422A

Tints of Palm Leaf #2F422A

Color information

#2F422A (or 0x2F422A) is unknown color: approx Palm Leaf. HEX triplet: 2F, 42 and 2A. RGB value is (47,66,42). Sum of RGB (Red+Green+Blue) = 47+66+42=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422A is #D0BDD5. Grayscale: #393939. Windows color (decimal): -13680086 or 2769455. OLE color: 2769455.

HSL color Cylindrical-coordinate representation of color #2F422A: hue angle of 107.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F422A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB476642-
CMYK0.2900.360.74
HSL107.5º22.22%21.18%-
HSV(B)107.5º36.36%25.88%-
XYZ3.544.672.9-
YUV57.58119.21120.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.32%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=30.32%
G=42.58%
B=27.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4766420.2900.360.74107.522.2221.18
Hex2F422A1D0244A6c1615
Octal5710252350441121542625
Binary1011111000010101010111010100100100101011011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,42); }

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

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

 a { background-color: rgb(47,66,42); }

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

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

 span { border-color: rgb(47,66,42); }

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