#305419

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

Shades of Palm Leaf #305419

Tints of Palm Leaf #305419

Color information

#305419 (or 0x305419) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 19. RGB value is (48,84,25). Sum of RGB (Red+Green+Blue) = 48+84+25=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #305419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305419 is #CFABE6. Grayscale: #424242. Windows color (decimal): -13609959 or 1659952. OLE color: 1659952.

HSL color Cylindrical-coordinate representation of color #305419: hue angle of 96.61º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305419 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB488425-
CMYK0.4300.700.67
HSL96.61º54.13%21.37%-
HSV(B)96.61º70.24%32.94%-
XYZ4.567.042.04-
YUV66.51104.57114.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=30.57%
G=53.50%
B=15.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884250.4300.700.6796.6154.1321.37
Hex3054192B04643613615
Octal60124315301061031416625
Binary110000101010011001101011010001101000011110000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305419; }

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

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

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

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

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

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

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

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