#313F2A

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

Shades of Palm Leaf #313F2A

Tints of Palm Leaf #313F2A

Color information

#313F2A (or 0x313F2A) is unknown color: approx Palm Leaf. HEX triplet: 31, 3F and 2A. RGB value is (49,63,42). Sum of RGB (Red+Green+Blue) = 49+63+42=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #313F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F2A is #CEC0D5. Grayscale: #383838. Windows color (decimal): -13549782 or 2768689. OLE color: 2768689.

HSL color Cylindrical-coordinate representation of color #313F2A: hue angle of 100º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313F2A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB496342-
CMYK0.2200.330.75
HSL100º20%20.59%-
HSV(B)100º33.33%24.71%-
XYZ3.464.382.85-
YUV56.42119.86122.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=31.82%
G=40.91%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963420.2200.330.751002020.59
Hex313F2A160214B641415
Octal617752260411131442425
Binary110001111111101010101100100001100101111001001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F2A; }

 p { color: rgb(49,63,42); }

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

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

 a { background-color: rgb(49,63,42); }

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

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

 span { border-color: rgb(49,63,42); }

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