#2F542A

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

Shades of Palm Leaf #2F542A

Tints of Palm Leaf #2F542A

Color information

#2F542A (or 0x2F542A) is unknown color: approx Palm Leaf. HEX triplet: 2F, 54 and 2A. RGB value is (47,84,42). Sum of RGB (Red+Green+Blue) = 47+84+42=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #2F542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F542A is #D0ABD5. Grayscale: #444444. Windows color (decimal): -13675478 or 2774063. OLE color: 2774063.

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

Color convert

RGB478442-
CMYK0.4400.50.67
HSL112.86º33.33%24.71%-
HSV(B)112.86º50%32.94%-
XYZ4.767.113.31-
YUV68.15113.24112.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=27.17%
G=48.55%
B=24.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784420.4400.50.67112.8633.3324.71
Hex2F542A2C03243712119
Octal5712452540621031614131
Binary101111101010010101010110001100101000011111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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