#304228

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

Shades of Palm Leaf #304228

Tints of Palm Leaf #304228

Color information

#304228 (or 0x304228) is unknown color: approx Palm Leaf. HEX triplet: 30, 42 and 28. RGB value is (48,66,40). Sum of RGB (Red+Green+Blue) = 48+66+40=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #304228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304228 is #CFBDD7. Grayscale: #393939. Windows color (decimal): -13614552 or 2638384. OLE color: 2638384.

HSL color Cylindrical-coordinate representation of color #304228: hue angle of 101.54º degrees, saturation: 0.25, 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 #304228 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB486640-
CMYK0.2700.390.74
HSL101.54º24.53%20.78%-
HSV(B)101.54º39.39%25.88%-
XYZ3.554.682.72-
YUV57.65118.04121.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=31.17%
G=42.86%
B=25.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866400.2700.390.74101.5424.5320.78
Hex3042281B0274A661915
Octal6010250330471121463125
Binary1100001000010101000110110100111100101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304228; }

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

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

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

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

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

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

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

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