#30432C

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

Shades of Palm Leaf #30432C

Tints of Palm Leaf #30432C

Color information

#30432C (or 0x30432C) is unknown color: approx Palm Leaf. HEX triplet: 30, 43 and 2C. RGB value is (48,67,44). Sum of RGB (Red+Green+Blue) = 48+67+44=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #30432C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432C is #CFBCD3. Grayscale: #3A3A3A. Windows color (decimal): -13614292 or 2900784. OLE color: 2900784.

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

Color convert

RGB486744-
CMYK0.2800.340.74
HSL109.57º20.72%21.76%-
HSV(B)109.57º34.33%26.27%-
XYZ3.684.823.12-
YUV58.7119.71120.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=30.19%
G=42.14%
B=27.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867440.2800.340.74109.5720.7221.76
Hex30432C1C0224A6e1516
Octal6010354340421121562526
Binary1100001000011101100111000100010100101011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30432C; }

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

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

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

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

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

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

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

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