#30462C

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

Shades of Palm Leaf #30462C

Tints of Palm Leaf #30462C

Color information

#30462C (or 0x30462C) is unknown color: approx Palm Leaf. HEX triplet: 30, 46 and 2C. RGB value is (48,70,44). Sum of RGB (Red+Green+Blue) = 48+70+44=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #30462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30462C is #CFB9D3. Grayscale: #3C3C3C. Windows color (decimal): -13613524 or 2901552. OLE color: 2901552.

HSL color Cylindrical-coordinate representation of color #30462C: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30462C is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB487044-
CMYK0.3100.370.73
HSL110.77º22.81%22.35%-
HSV(B)110.77º37.14%27.45%-
XYZ3.865.193.18-
YUV60.46118.71119.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=29.63%
G=43.21%
B=27.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870440.3100.370.73110.7722.8122.35
Hex30462C1F025496f1716
Octal6010654370451111572726
Binary1100001000110101100111110100101100100111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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