#305918

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

Shades of Palm Leaf #305918

Tints of Palm Leaf #305918

Color information

#305918 (or 0x305918) is unknown color: approx Palm Leaf. HEX triplet: 30, 59 and 18. RGB value is (48,89,24). Sum of RGB (Red+Green+Blue) = 48+89+24=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #305918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305918 is #CFA6E7. Grayscale: #454545. Windows color (decimal): -13608680 or 1595696. OLE color: 1595696.

HSL color Cylindrical-coordinate representation of color #305918: hue angle of 97.85º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305918 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB488924-
CMYK0.4600.730.65
HSL97.85º57.52%22.16%-
HSV(B)97.85º73.03%34.9%-
XYZ4.967.842.12-
YUV69.33102.42112.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=29.81%
G=55.28%
B=14.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889240.4600.730.6597.8557.5222.16
Hex3059182E04941623a16
Octal60131305601111011427226
Binary110000101100111000101110010010011000001110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305918; }

 p { color: rgb(48,89,24); }

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

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

 a { background-color: rgb(48,89,24); }

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

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

 span { border-color: rgb(48,89,24); }

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