#305A11

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

Shades of Palm Leaf #305A11

Tints of Palm Leaf #305A11

Color information

#305A11 (or 0x305A11) is unknown color: approx Palm Leaf. HEX triplet: 30, 5A and 11. RGB value is (48,90,17). Sum of RGB (Red+Green+Blue) = 48+90+17=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #305A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A11 is #CFA5EE. Grayscale: #454545. Windows color (decimal): -13608431 or 1137200. OLE color: 1137200.

HSL color Cylindrical-coordinate representation of color #305A11: hue angle of 94.52º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305A11 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB489017-
CMYK0.4700.810.65
HSL94.52º68.22%20.98%-
HSV(B)94.52º81.11%35.29%-
XYZ4.987.981.81-
YUV69.1298.59112.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 90 (35.55% from 255) = 58.06%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=30.97%
G=58.06%
B=10.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890170.4700.810.6594.5268.2220.98
Hex305A112F051415f4415
Octal601322157012110113710425
Binary1100001011010100011011110101000110000011011111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A11; }

 p { color: rgb(48,90,17); }

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

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

 a { background-color: rgb(48,90,17); }

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

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

 span { border-color: rgb(48,90,17); }

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