#305328

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

Shades of Palm Leaf #305328

Tints of Palm Leaf #305328

Color information

#305328 (or 0x305328) is unknown color: approx Palm Leaf. HEX triplet: 30, 53 and 28. RGB value is (48,83,40). Sum of RGB (Red+Green+Blue) = 48+83+40=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #305328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305328 is #CFACD7. Grayscale: #434343. Windows color (decimal): -13610200 or 2642736. OLE color: 2642736.

HSL color Cylindrical-coordinate representation of color #305328: hue angle of 108.84º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305328 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB488340-
CMYK0.4200.520.67
HSL108.84º34.96%24.12%-
HSV(B)108.84º51.81%32.55%-
XYZ4.76.973.1-
YUV67.63112.4114-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=28.07%
G=48.54%
B=23.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883400.4200.520.67108.8434.9624.12
Hex3053282A034436d2318
Octal6012350520641031554330
Binary110000101001110100010101001101001000011110110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305328; }

 p { color: rgb(48,83,40); }

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

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

 a { background-color: rgb(48,83,40); }

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

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

 span { border-color: rgb(48,83,40); }

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