#304629

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

Shades of Palm Leaf #304629

Tints of Palm Leaf #304629

Color information

#304629 (or 0x304629) is unknown color: approx Palm Leaf. HEX triplet: 30, 46 and 29. RGB value is (48,70,41). Sum of RGB (Red+Green+Blue) = 48+70+41=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #304629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304629 is #CFB9D6. Grayscale: #3C3C3C. Windows color (decimal): -13613527 or 2704944. OLE color: 2704944.

HSL color Cylindrical-coordinate representation of color #304629: hue angle of 105.52º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304629 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB487041-
CMYK0.3100.410.73
HSL105.52º26.13%21.76%-
HSV(B)105.52º41.43%27.45%-
XYZ3.815.172.89-
YUV60.12117.21119.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=30.19%
G=44.03%
B=25.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870410.3100.410.73105.5226.1321.76
Hex3046291F029496a1a16
Octal6010651370511111523226
Binary1100001000110101001111110101001100100111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304629; }

 p { color: rgb(48,70,41); }

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

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

 a { background-color: rgb(48,70,41); }

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

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

 span { border-color: rgb(48,70,41); }

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