#305915

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

Shades of Palm Leaf #305915

Tints of Palm Leaf #305915

Color information

#305915 (or 0x305915) is unknown color: approx Palm Leaf. HEX triplet: 30, 59 and 15. RGB value is (48,89,21). Sum of RGB (Red+Green+Blue) = 48+89+21=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #305915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305915 is #CFA6EA. Grayscale: #454545. Windows color (decimal): -13608683 or 1399088. OLE color: 1399088.

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

Color convert

RGB488921-
CMYK0.4600.760.65
HSL96.18º61.82%21.57%-
HSV(B)96.18º76.4%34.9%-
XYZ4.937.831.96-
YUV68.99100.92113.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=30.38%
G=56.33%
B=13.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889210.4600.760.6596.1861.8221.57
Hex3059152E04C41603e16
Octal60131255601141011407626
Binary110000101100110101101110010011001000001110000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305915; }

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

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

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

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

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

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

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

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