#30492C

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

Shades of Palm Leaf #30492C

Tints of Palm Leaf #30492C

Color information

#30492C (or 0x30492C) is unknown color: approx Palm Leaf. HEX triplet: 30, 49 and 2C. RGB value is (48,73,44). Sum of RGB (Red+Green+Blue) = 48+73+44=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #30492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30492C is #CFB6D3. Grayscale: #3E3E3E. Windows color (decimal): -13612756 or 2902320. OLE color: 2902320.

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

Color convert

RGB487344-
CMYK0.3400.400.71
HSL111.72º24.79%22.94%-
HSV(B)111.72º39.73%28.63%-
XYZ4.065.583.25-
YUV62.22117.72117.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=29.09%
G=44.24%
B=26.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873440.3400.400.71111.7224.7922.94
Hex30492C2202847701917
Octal6011154420501071603127
Binary11000010010011011001000100101000100011111100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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