#306011

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

Shades of Palm Leaf #306011

Tints of Palm Leaf #306011

Color information

#306011 (or 0x306011) is unknown color: approx Palm Leaf. HEX triplet: 30, 60 and 11. RGB value is (48,96,17). Sum of RGB (Red+Green+Blue) = 48+96+17=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #306011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306011 is #CF9FEE. Grayscale: #484848. Windows color (decimal): -13606895 or 1138736. OLE color: 1138736.

HSL color Cylindrical-coordinate representation of color #306011: hue angle of 96.46º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #306011 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB489617-
CMYK0.5000.820.62
HSL96.46º69.91%22.16%-
HSV(B)96.46º82.29%37.65%-
XYZ5.59.031.98-
YUV72.6496.6110.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=29.81%
G=59.63%
B=10.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896170.5000.820.6296.4669.9122.16
Hex306011320523E604616
Octal60140216201227614010626
Binary110000110000010001110010010100101111101100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306011; }

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

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

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

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

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

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

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

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