#303F2E

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

Shades of Palm Leaf #303F2E

Tints of Palm Leaf #303F2E

Color information

#303F2E (or 0x303F2E) is unknown color: approx Palm Leaf. HEX triplet: 30, 3F and 2E. RGB value is (48,63,46). Sum of RGB (Red+Green+Blue) = 48+63+46=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #303F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F2E is #CFC0D1. Grayscale: #383838. Windows color (decimal): -13615314 or 3030832. OLE color: 3030832.

HSL color Cylindrical-coordinate representation of color #303F2E: hue angle of 112.94º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303F2E is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB486346-
CMYK0.2400.270.75
HSL112.94º15.6%21.37%-
HSV(B)112.94º26.98%24.71%-
XYZ3.494.383.25-
YUV56.58122.03121.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=30.57%
G=40.13%
B=29.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863460.2400.270.75112.9415.621.37
Hex303F2E1801B4B711015
Octal607756300331131612025
Binary11000011111110111011000011011100101111100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303F2E; }

 p { color: rgb(48,63,46); }

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

<style>
 a { background-color: #303F2E; }

 a { background-color: rgb(48,63,46); }

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

<style>
 span { border-color: #303F2E; }

 span { border-color: rgb(48,63,46); }

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