#315F15

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

Shades of Palm Leaf #315F15

Tints of Palm Leaf #315F15

Color information

#315F15 (or 0x315F15) is unknown color: approx Palm Leaf. HEX triplet: 31, 5F and 15. RGB value is (49,95,21). Sum of RGB (Red+Green+Blue) = 49+95+21=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #315F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315F15 is #CEA0EA. Grayscale: #494949. Windows color (decimal): -13541611 or 1400625. OLE color: 1400625.

HSL color Cylindrical-coordinate representation of color #315F15: hue angle of 97.3º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315F15 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB499521-
CMYK0.4800.780.63
HSL97.3º63.79%22.75%-
HSV(B)97.3º77.89%37.25%-
XYZ5.498.892.14-
YUV72.8198.76111.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 95 (37.5% from 255) = 57.58%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=29.70%
G=57.58%
B=12.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995210.4800.780.6397.363.7922.75
Hex315F153004E3F614017
Octal61137256001167714110027
Binary110001101111110101110000010011101111111100001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315F15; }

 p { color: rgb(49,95,21); }

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

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

 a { background-color: rgb(49,95,21); }

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

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

 span { border-color: rgb(49,95,21); }

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