#30482D

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

Shades of Palm Leaf #30482D

Tints of Palm Leaf #30482D

Color information

#30482D (or 0x30482D) is unknown color: approx Palm Leaf. HEX triplet: 30, 48 and 2D. RGB value is (48,72,45). Sum of RGB (Red+Green+Blue) = 48+72+45=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #30482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482D is #CFB7D2. Grayscale: #3D3D3D. Windows color (decimal): -13613011 or 2967600. OLE color: 2967600.

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

Color convert

RGB487245-
CMYK0.3300.380.72
HSL113.33º23.08%22.94%-
HSV(B)113.33º37.5%28.24%-
XYZ4.015.453.32-
YUV61.75118.55118.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=29.09%
G=43.64%
B=27.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872450.3300.380.72113.3323.0822.94
Hex30482D2102648711717
Octal6011055410461101612727
Binary11000010010001011011000010100110100100011100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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