#30542C

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

Shades of Palm Leaf #30542C

Tints of Palm Leaf #30542C

Color information

#30542C (or 0x30542C) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 2C. RGB value is (48,84,44). Sum of RGB (Red+Green+Blue) = 48+84+44=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #30542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30542C is #CFABD3. Grayscale: #444444. Windows color (decimal): -13609940 or 2905136. OLE color: 2905136.

HSL color Cylindrical-coordinate representation of color #30542C: hue angle of 114º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30542C is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB488444-
CMYK0.4300.480.67
HSL114º31.25%25.1%-
HSV(B)114º47.62%32.94%-
XYZ4.847.153.51-
YUV68.68114.07113.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 44 (17.58% from 255) = 25%
R=27.27%
G=47.73%
B=25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884440.4300.480.6711431.2525.1
Hex30542C2B03043721f19
Octal6012454530601031623731
Binary11000010101001011001010110110000100001111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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