#305919

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

Shades of Palm Leaf #305919

Tints of Palm Leaf #305919

Color information

#305919 (or 0x305919) is unknown color: approx Palm Leaf. HEX triplet: 30, 59 and 19. RGB value is (48,89,25). Sum of RGB (Red+Green+Blue) = 48+89+25=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #305919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305919 is #CFA6E6. Grayscale: #454545. Windows color (decimal): -13608679 or 1661232. OLE color: 1661232.

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

Color convert

RGB488925-
CMYK0.4600.720.65
HSL98.44º56.14%22.35%-
HSV(B)98.44º71.91%34.9%-
XYZ4.977.842.17-
YUV69.44102.92112.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=29.63%
G=54.94%
B=15.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889250.4600.720.6598.4456.1422.35
Hex3059192E04841623816
Octal60131315601101011427026
Binary110000101100111001101110010010001000001110001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305919; }

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

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

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

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

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

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

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

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