#304329

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

Shades of Palm Leaf #304329

Tints of Palm Leaf #304329

Color information

#304329 (or 0x304329) is unknown color: approx Palm Leaf. HEX triplet: 30, 43 and 29. RGB value is (48,67,41). Sum of RGB (Red+Green+Blue) = 48+67+41=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #304329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304329 is #CFBCD6. Grayscale: #3A3A3A. Windows color (decimal): -13614295 or 2704176. OLE color: 2704176.

HSL color Cylindrical-coordinate representation of color #304329: hue angle of 103.85º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304329 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB486741-
CMYK0.2800.390.74
HSL103.85º24.07%21.18%-
HSV(B)103.85º38.81%26.27%-
XYZ3.634.82.83-
YUV58.36118.21120.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=30.77%
G=42.95%
B=26.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867410.2800.390.74103.8524.0721.18
Hex3043291C0274A681815
Octal6010351340471121503025
Binary1100001000011101001111000100111100101011010001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304329; }

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

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

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

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

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

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

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

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