#304426

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

Shades of Palm Leaf #304426

Tints of Palm Leaf #304426

Color information

#304426 (or 0x304426) is unknown color: approx Palm Leaf. HEX triplet: 30, 44 and 26. RGB value is (48,68,38). Sum of RGB (Red+Green+Blue) = 48+68+38=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #304426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304426 is #CFBBD9. Grayscale: #3A3A3A. Windows color (decimal): -13614042 or 2507824. OLE color: 2507824.

HSL color Cylindrical-coordinate representation of color #304426: hue angle of 100º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304426 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB486838-
CMYK0.2900.440.73
HSL100º28.3%20.78%-
HSV(B)100º44.12%26.67%-
XYZ3.644.92.59-
YUV58.6116.37120.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=31.17%
G=44.16%
B=24.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868380.2900.440.7310028.320.78
Hex3044261D02C49641c15
Octal6010446350541111443425
Binary1100001000100100110111010101100100100111001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304426; }

 p { color: rgb(48,68,38); }

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

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

 a { background-color: rgb(48,68,38); }

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

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

 span { border-color: rgb(48,68,38); }

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