#2F542B

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

Shades of Palm Leaf #2F542B

Tints of Palm Leaf #2F542B

Color information

#2F542B (or 0x2F542B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 54 and 2B. RGB value is (47,84,43). Sum of RGB (Red+Green+Blue) = 47+84+43=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #2F542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F542B is #D0ABD4. Grayscale: #444444. Windows color (decimal): -13675477 or 2839599. OLE color: 2839599.

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

Color convert

RGB478443-
CMYK0.4400.490.67
HSL114.15º32.28%24.9%-
HSV(B)114.15º48.81%32.94%-
XYZ4.787.123.41-
YUV68.26113.74112.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=27.01%
G=48.28%
B=24.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784430.4400.490.67114.1532.2824.9
Hex2F542B2C03143722019
Octal5712453540611031624031
Binary101111101010010101110110001100011000011111001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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