#30542A

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

Shades of Palm Leaf #30542A

Tints of Palm Leaf #30542A

Color information

#30542A (or 0x30542A) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 2A. RGB value is (48,84,42). Sum of RGB (Red+Green+Blue) = 48+84+42=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #30542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30542A is #CFABD5. Grayscale: #444444. Windows color (decimal): -13609942 or 2774064. OLE color: 2774064.

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

Color convert

RGB488442-
CMYK0.4300.50.67
HSL111.43º33.33%24.71%-
HSV(B)111.43º50%32.94%-
XYZ4.817.143.31-
YUV68.45113.07113.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=27.59%
G=48.28%
B=24.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884420.4300.50.67111.4333.3324.71
Hex30542A2B032436f2119
Octal6012452530621031574131
Binary110000101010010101010101101100101000011110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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