#2F4D2D

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

Shades of Palm Leaf #2F4D2D

Tints of Palm Leaf #2F4D2D

Color information

#2F4D2D (or 0x2F4D2D) is unknown color: approx Palm Leaf. HEX triplet: 2F, 4D and 2D. RGB value is (47,77,45). Sum of RGB (Red+Green+Blue) = 47+77+45=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D2D is #D0B2D2. Grayscale: #404040. Windows color (decimal): -13677267 or 2968879. OLE color: 2968879.

HSL color Cylindrical-coordinate representation of color #2F4D2D: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F4D2D is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB477745-
CMYK0.3900.420.70
HSL116.25º26.23%23.92%-
HSV(B)116.25º41.56%30.2%-
XYZ4.36.13.43-
YUV64.38117.06115.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.81%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=27.81%
G=45.56%
B=26.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777450.3900.420.70116.2526.2323.92
Hex2F4D2D2702A46741a18
Octal5711555470521061643230
Binary10111110011011011011001110101010100011011101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,45); }

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

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

 a { background-color: rgb(47,77,45); }

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

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

 span { border-color: rgb(47,77,45); }

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