#305815

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

Shades of Palm Leaf #305815

Tints of Palm Leaf #305815

Color information

#305815 (or 0x305815) is unknown color: approx Palm Leaf. HEX triplet: 30, 58 and 15. RGB value is (48,88,21). Sum of RGB (Red+Green+Blue) = 48+88+21=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #305815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305815 is #CFA7EA. Grayscale: #444444. Windows color (decimal): -13608939 or 1398832. OLE color: 1398832.

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

Color convert

RGB488821-
CMYK0.4500.760.65
HSL95.82º61.47%21.37%-
HSV(B)95.82º76.14%34.51%-
XYZ4.847.661.93-
YUV68.4101.25113.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 88 (34.77% from 255) = 56.05%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=30.57%
G=56.05%
B=13.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888210.4500.760.6595.8261.4721.37
Hex3058152D04C41603d15
Octal60130255501141011407525
Binary110000101100010101101101010011001000001110000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305815; }

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

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

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

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

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

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

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

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