#2F4E2B

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

Shades of Palm Leaf #2F4E2B

Tints of Palm Leaf #2F4E2B

Color information

#2F4E2B (or 0x2F4E2B) is unknown color: approx Palm Leaf. HEX triplet: 2F, 4E and 2B. RGB value is (47,78,43). Sum of RGB (Red+Green+Blue) = 47+78+43=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E2B is #D0B1D4. Grayscale: #404040. Windows color (decimal): -13677013 or 2838063. OLE color: 2838063.

HSL color Cylindrical-coordinate representation of color #2F4E2B: hue angle of 113.14º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F4E2B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB477843-
CMYK0.4000.450.69
HSL113.14º28.93%23.73%-
HSV(B)113.14º44.87%30.59%-
XYZ4.336.233.26-
YUV64.74115.73115.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=27.98%
G=46.43%
B=25.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778430.4000.450.69113.1428.9323.73
Hex2F4E2B2802D45711d18
Octal5711653500551051613530
Binary10111110011101010111010000101101100010111100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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