#304728

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

Shades of Palm Leaf #304728

Tints of Palm Leaf #304728

Color information

#304728 (or 0x304728) is unknown color: approx Palm Leaf. HEX triplet: 30, 47 and 28. RGB value is (48,71,40). Sum of RGB (Red+Green+Blue) = 48+71+40=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #304728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304728 is #CFB8D7. Grayscale: #3C3C3C. Windows color (decimal): -13613272 or 2639664. OLE color: 2639664.

HSL color Cylindrical-coordinate representation of color #304728: hue angle of 104.52º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304728 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB487140-
CMYK0.3200.440.72
HSL104.52º27.93%21.76%-
HSV(B)104.52º43.66%27.84%-
XYZ3.865.292.82-
YUV60.59116.38119.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=30.19%
G=44.65%
B=25.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871400.3200.440.72104.5227.9321.76
Hex3047282002C48691c16
Octal6010750400541101513426
Binary11000010001111010001000000101100100100011010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304728; }

 p { color: rgb(48,71,40); }

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

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

 a { background-color: rgb(48,71,40); }

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

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

 span { border-color: rgb(48,71,40); }

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