#30492E

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

Shades of Palm Leaf #30492E

Tints of Palm Leaf #30492E

Color information

#30492E (or 0x30492E) is unknown color: approx Palm Leaf. HEX triplet: 30, 49 and 2E. RGB value is (48,73,46). Sum of RGB (Red+Green+Blue) = 48+73+46=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #30492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30492E is #CFB6D1. Grayscale: #3E3E3E. Windows color (decimal): -13612754 or 3033392. OLE color: 3033392.

HSL color Cylindrical-coordinate representation of color #30492E: hue angle of 115.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30492E is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB487346-
CMYK0.3400.370.71
HSL115.56º22.69%23.33%-
HSV(B)115.56º36.99%28.63%-
XYZ4.095.593.45-
YUV62.45118.72117.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=28.74%
G=43.71%
B=27.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873460.3400.370.71115.5622.6923.33
Hex30492E2202547741717
Octal6011156420451071642727
Binary11000010010011011101000100100101100011111101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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