#30482C

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

Shades of Palm Leaf #30482C

Tints of Palm Leaf #30482C

Color information

#30482C (or 0x30482C) is unknown color: approx Palm Leaf. HEX triplet: 30, 48 and 2C. RGB value is (48,72,44). Sum of RGB (Red+Green+Blue) = 48+72+44=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #30482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482C is #CFB7D3. Grayscale: #3D3D3D. Windows color (decimal): -13613012 or 2902064. OLE color: 2902064.

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

Color convert

RGB487244-
CMYK0.3300.390.72
HSL111.43º24.14%22.75%-
HSV(B)111.43º38.89%28.24%-
XYZ3.995.443.22-
YUV61.63118.05118.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=29.27%
G=43.90%
B=26.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872440.3300.390.72111.4324.1422.75
Hex30482C21027486f1817
Octal6011054410471101573027
Binary11000010010001011001000010100111100100011011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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