#30432E

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

Shades of Palm Leaf #30432E

Tints of Palm Leaf #30432E

Color information

#30432E (or 0x30432E) is unknown color: approx Palm Leaf. HEX triplet: 30, 43 and 2E. RGB value is (48,67,46). Sum of RGB (Red+Green+Blue) = 48+67+46=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #30432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432E is #CFBCD1. Grayscale: #3A3A3A. Windows color (decimal): -13614290 or 3031856. OLE color: 3031856.

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

Color convert

RGB486746-
CMYK0.2800.310.74
HSL114.29º18.58%22.16%-
HSV(B)114.29º31.34%26.27%-
XYZ3.724.843.32-
YUV58.92120.71120.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=29.81%
G=41.61%
B=28.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867460.2800.310.74114.2918.5822.16
Hex30432E1C01F4A721316
Octal6010356340371121622326
Binary110000100001110111011100011111100101011100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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