#305517

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

Shades of Palm Leaf #305517

Tints of Palm Leaf #305517

Color information

#305517 (or 0x305517) is unknown color: approx Palm Leaf. HEX triplet: 30, 55 and 17. RGB value is (48,85,23). Sum of RGB (Red+Green+Blue) = 48+85+23=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #305517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305517 is #CFAAE8. Grayscale: #434343. Windows color (decimal): -13609705 or 1529136. OLE color: 1529136.

HSL color Cylindrical-coordinate representation of color #305517: hue angle of 95.81º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305517 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB488523-
CMYK0.4400.730.67
HSL95.81º57.41%21.18%-
HSV(B)95.81º72.94%33.33%-
XYZ4.627.191.95-
YUV66.87103.24114.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=30.77%
G=54.49%
B=14.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885230.4400.730.6795.8157.4121.18
Hex3055172C04943603915
Octal60125275401111031407125
Binary110000101010110111101100010010011000011110000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305517; }

 p { color: rgb(48,85,23); }

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

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

 a { background-color: rgb(48,85,23); }

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

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

 span { border-color: rgb(48,85,23); }

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