#30482E

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

Shades of Palm Leaf #30482E

Tints of Palm Leaf #30482E

Color information

#30482E (or 0x30482E) is unknown color: approx Palm Leaf. HEX triplet: 30, 48 and 2E. RGB value is (48,72,46). Sum of RGB (Red+Green+Blue) = 48+72+46=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #30482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482E is #CFB7D1. Grayscale: #3D3D3D. Windows color (decimal): -13613010 or 3033136. OLE color: 3033136.

HSL color Cylindrical-coordinate representation of color #30482E: hue angle of 115.38º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30482E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB487246-
CMYK0.3300.360.72
HSL115.38º22.03%23.14%-
HSV(B)115.38º36.11%28.24%-
XYZ4.035.463.43-
YUV61.86119.05118.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=28.92%
G=43.37%
B=27.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872460.3300.360.72115.3822.0323.14
Hex30482E2102448731617
Octal6011056410441101632627
Binary11000010010001011101000010100100100100011100111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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