#305D19

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

Shades of Palm Leaf #305D19

Tints of Palm Leaf #305D19

Color information

#305D19 (or 0x305D19) is unknown color: approx Palm Leaf. HEX triplet: 30, 5D and 19. RGB value is (48,93,25). Sum of RGB (Red+Green+Blue) = 48+93+25=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #305D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D19 is #CFA2E6. Grayscale: #484848. Windows color (decimal): -13607655 or 1662256. OLE color: 1662256.

HSL color Cylindrical-coordinate representation of color #305D19: hue angle of 99.71º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305D19 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB489325-
CMYK0.4800.730.64
HSL99.71º57.63%23.14%-
HSV(B)99.71º73.12%36.47%-
XYZ5.318.532.29-
YUV71.79101.59111.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=28.92%
G=56.02%
B=15.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893250.4800.730.6499.7157.6323.14
Hex305D193004940643a17
Octal60135316001111001447227
Binary110000101110111001110000010010011000000110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D19; }

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

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

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

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

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

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

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

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